|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionTimeoutConfiguration
The interface to implementated by a transaction manager that supports retrieving the current threads transaction timeout
Method Summary | |
---|---|
long |
getTimeLeftBeforeTransactionTimeout(boolean errorRollback)
Get the time left before transaction timeout |
int |
getTransactionTimeout()
Get the transaction timeout. |
Method Detail |
---|
int getTransactionTimeout() throws SystemException
SystemException
- for any errorlong getTimeLeftBeforeTransactionTimeout(boolean errorRollback) throws RollbackException
errorRollback
- throw an error if the transaction is marked for rollback
RollbackException
- if the transaction is marked for rollback and
errorRollback is true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |