|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.core.foundation.TransactionContext
public abstract class TransactionContext
Constructor Summary | |
---|---|
TransactionContext()
|
Method Summary | |
---|---|
int |
getLockTimeout()
Returns the timeout waiting to acquire a lock. |
int |
getTransactionTimeout()
Returns the timeout of this transaction. |
void |
setLockTimeout(int timeout)
Sets the timeout waiting to acquire a lock. |
void |
setTransactionTimeout(int timeout)
Sets the timeout of this transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionContext()
Method Detail |
---|
public void setTransactionTimeout(int timeout)
public int getTransactionTimeout()
public int getLockTimeout()
public void setLockTimeout(int timeout)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |