|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionAdminAPI
| Method Summary | |
|---|---|
java.util.Collection |
getAllTransactions()
Return all transactions that are in the system. |
void |
terminateAllTransactions(MetaMatrixSessionID userSessionID)
Terminate all transactions for the user session. |
void |
terminateTransaction(TransactionID transactionID)
Terminate a transaction. |
| Method Detail |
|---|
java.util.Collection getAllTransactions()
throws AuthorizationException,
InvalidSessionException,
MetaMatrixComponentException
ServerTransaction objects.
AuthorizationException - if caller is not authorized to perform this method.
InvalidSessionException - if the callerSessionID is not valid or is expired.
MetaMatrixComponentException - if an error occurred in communicating with a component.
void terminateTransaction(TransactionID transactionID)
throws AuthorizationException,
InvalidSessionException,
XATransactionException,
MetaMatrixComponentException
transactionID - ID of the transaction to be rolledback.
AuthorizationException - if caller is not authorized to perform this method.
InvalidSessionException - if the callerSessionID is not valid or is expired.
com.metamatrix.common.xa.InvalidTransactionIDException - if the Transaction does not exist.
MetaMatrixComponentException - if an error occurred in communicating with a component.
XATransactionException
void terminateAllTransactions(MetaMatrixSessionID userSessionID)
throws AuthorizationException,
InvalidSessionException,
MultipleException,
MetaMatrixComponentException
userSessionID - the primary identifier for the user account.
AuthorizationException - if caller is not authorized to perform this method.
InvalidSessionException - if the callerSessionID is not valid or is expired.
MetaMatrixComponentException - if an error occurred in communicating with a component.
MultipleException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||