|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanletStateException | |
|---|---|
| org.beanlet | Contains all of the core beanlet interfaces and bootstrap classes. |
| org.beanlet.transaction | Adds support for JTA transaction. |
| org.beanlet.web | Adds web specific beanlet scopes. |
| Uses of BeanletStateException in org.beanlet |
|---|
| Methods in org.beanlet that throw BeanletStateException | |
|---|---|
Method |
InvocationContext.getMethod()
The method that is intercepted. |
Object[] |
InvocationContext.getParameters()
Returns the parameter of the current invocation. |
BeanletReference<T> |
BeanletContext.reference()
Returns the beanlet reference that is associated with the current call. |
void |
InvocationContext.setParameters(Object[] parameters)
Allows the caller to modify the parameters of the current invocation. |
| Uses of BeanletStateException in org.beanlet.transaction |
|---|
| Methods in org.beanlet.transaction that throw BeanletStateException | |
|---|---|
boolean |
TransactionContext.getRollbackOnly()
Test if the transaction has been marked for rollback only. |
UserTransaction |
TransactionContext.getUserTransaction()
Obtain the transaction demarcation interface. |
void |
TransactionContext.setRollbackOnly()
Mark the current transaction for rollback. |
| Uses of BeanletStateException in org.beanlet.web |
|---|
| Methods in org.beanlet.web that throw BeanletStateException | |
|---|---|
javax.servlet.ServletRequest |
WebContext.getServletRequest()
Returns the current ServletRequest. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||