|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailedToAcquireLockException | |
---|---|
org.exolab.core.database.recman | |
org.exolab.core.foundation |
Uses of FailedToAcquireLockException in org.exolab.core.database.recman |
---|
Methods in org.exolab.core.database.recman that throw FailedToAcquireLockException | |
---|---|
void |
PMDSession.acquireLock(PersistentCapableIfc object,
int timeout)
|
Uses of FailedToAcquireLockException in org.exolab.core.foundation |
---|
Methods in org.exolab.core.foundation that throw FailedToAcquireLockException | |
---|---|
void |
LockServiceIfc.acquireExclusiveLock(SessionIfc session,
PersistentObject obj)
Acquire an exclusive lock on the specified object. |
void |
LockServiceIfc.acquireExclusiveLock(SessionIfc session,
PersistentObject obj,
long wait)
Acquire an exclusive lock on the specified object. |
void |
SessionIfc.acquireLock(PersistentCapableIfc object,
int timeout)
Acquire an exclusive lock on the specified object. |
void |
LockServiceIfc.acquireReadLock(SessionIfc session,
PersistentObject obj)
Acquire a read lock on the specified PersistentObject. |
void |
LockServiceIfc.acquireReadLock(SessionIfc session,
PersistentObject obj,
long wait)
Acquire a read lock on the specified PersistentObject. |
boolean |
LockServiceIfc.aquireWriteLock(SessionIfc session,
PersistentObject obj)
Acquire a write lock on the specified PersistentObject. |
boolean |
LockServiceIfc.aquireWriteLock(SessionIfc session,
PersistentObject obj,
long wait)
Acquire a write lock on the specified PersistentObject. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |