|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FailedToAcquireLocksException | |
org.exolab.core.foundation |
Uses of FailedToAcquireLocksException in org.exolab.core.foundation |
Methods in org.exolab.core.foundation that throw FailedToAcquireLocksException | |
void |
LockServiceIfc.acquireReadLocks(SessionIfc session,
java.util.Enumeration objs)
Acquire read locks on all the specified PersistentObject(s). |
boolean |
LockServiceIfc.aquireWriteLocks(SessionIfc session,
java.util.Enumeration objs)
Acquire write locks on all the specified PersistentObject(s). |
void |
LockServiceIfc.acquireExclusiveLocks(SessionIfc session,
java.util.Enumeration objs)
Acquire exclusive locks on all the specified PersistentObject(s). |
void |
LockServiceIfc.acquireReadLocks(SessionIfc session,
java.util.Enumeration objs,
long wait)
Acquire read locks on the specified PersistentObject(s). |
boolean |
LockServiceIfc.aquireWriteLocks(SessionIfc session,
java.util.Enumeration objs,
long wait)
Acquire write locks on the specified PersistentObject(s). |
void |
LockServiceIfc.acquireExclusiveLocks(SessionIfc session,
java.util.Enumeration objs,
long wait)
Acquire exclusive locks on the specified objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |