|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
---|---|
org.jboss.cache | |
org.jboss.cache.lock | |
org.jboss.cache.optimistic |
Uses of TimeoutException in org.jboss.cache |
---|
Methods in org.jboss.cache that throw TimeoutException | |
---|---|
void |
TreeCache._lock(Fqn fqn,
int lock_type,
boolean recursive)
|
boolean |
Node.acquire(java.lang.Object caller,
long timeout,
int lock_type)
|
boolean |
DataNode.acquire(java.lang.Object caller,
long lock_acquisition_timeout,
int lockTypeWrite)
|
java.util.Set |
TreeNode.acquireAll(java.lang.Object caller,
long timeout,
int lock_type)
Deprecated. Will be removed in JBossCache 1.3. |
java.util.Set |
Node.acquireAll(java.lang.Object caller,
long timeout,
int lock_type)
|
java.util.Set |
DataNode.acquireAll(java.lang.Object caller,
long timeout,
int lock_type)
|
protected boolean |
Node.acquireReadLock(java.lang.Object caller,
long timeout)
|
protected boolean |
Node.acquireWriteLock(java.lang.Object caller,
long timeout)
|
Uses of TimeoutException in org.jboss.cache.lock |
---|
Methods in org.jboss.cache.lock that throw TimeoutException | |
---|---|
boolean |
IdentityLock.acquireReadLock(java.lang.Object caller,
long timeout)
Acquire a read lock with a timeout period of timeout milliseconds. |
boolean |
IdentityLock.acquireWriteLock(java.lang.Object caller,
long timeout)
Acquire a write lock with a timeout of timeout milliseconds. |
Uses of TimeoutException in org.jboss.cache.optimistic |
---|
Methods in org.jboss.cache.optimistic that throw TimeoutException | |
---|---|
java.util.Set |
WorkspaceNodeImpl.acquireAll(java.lang.Object caller,
long timeout,
int lock_type)
Deprecated. Will be removed in JBossCache 1.3. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |