|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContext | |
org.exolab.core.database.recman | |
org.exolab.core.foundation |
Uses of TransactionContext in org.exolab.core.database.recman |
Methods in org.exolab.core.database.recman that return TransactionContext | |
TransactionContext |
PMDSession.getTransactionContext()
|
Uses of TransactionContext in org.exolab.core.foundation |
Methods in org.exolab.core.foundation that return TransactionContext | |
TransactionContext |
TransactionIfc.getTransactionContext()
Return the transaction context assoicated with this transaction |
Methods in org.exolab.core.foundation with parameters of type TransactionContext | |
boolean |
Lock.hasLock(TransactionContext tx)
Returns true if the transaction holds a lock on the object. |
PersistentCapableIfc |
Lock.acquire(TransactionContext tx,
int timeout)
Acquires a lock on the object on behalf of the specified transaction. |
void |
Lock.release(TransactionContext tx)
Releases a lock on the object previously acquired with Lock.acquire(org.exolab.core.foundation.TransactionContext, int) . |
void |
Lock.delete(TransactionContext tx)
Informs the lock that the object has been deleted by the transaction holding the lock. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |