|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by the session state object Mandates transaction contract for the EUI functionality, so that the JSP or the external clients to invoke transaction functionality. Changes stored in the current session for a given transaction is persited or rolleback based on the user operations.
Method Summary | |
boolean |
commitTransaction()
Commits transaction for the current cotnext. |
boolean |
isTransactionStarted()
Check for status of current transaction flag |
boolean |
rollbackTransaction()
Rollback current transaction for current context |
void |
setTransactionStarted(boolean transactionStarted)
Set or reset current transaction flag |
boolean |
startTransaction()
Starts transaction for the current RBAC Context if not started. |
Method Detail |
public boolean commitTransaction()
public boolean isTransactionStarted()
public boolean rollbackTransaction()
public void setTransactionStarted(boolean transactionStarted)
transactionStarted
- public boolean startTransaction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |