Uses of Class
net.sf.sasl.distributed.lock.DeadlockException

Packages that use DeadlockException
net.sf.sasl.aop.distributed.lock   
net.sf.sasl.distributed.lock   
net.sf.sasl.distributed.lock.impl   
 

Uses of DeadlockException in net.sf.sasl.aop.distributed.lock
 

Methods in net.sf.sasl.aop.distributed.lock that throw DeadlockException
protected  void DistributedLockAspect.doAnnotationDeclaredLocks(ILockSession session, org.aopalliance.intercept.MethodInvocation invocation)
          Will do all locks, which are declared via annotations at the target method, in the current lock sequence of the passed lock session.
 

Uses of DeadlockException in net.sf.sasl.distributed.lock
 

Methods in net.sf.sasl.distributed.lock that throw DeadlockException
 IMutex ILockSequence.lock(Object lockKey)
          Acquires a mutex for the given lock key and locks it initial.
 IMutex ILockSequence.lockInterruptibly(Object lockKey)
          Tries to acquire a mutex and do trie to do a lock on it as long as the current thread is not interrupted.
 IMutex ILockSequence.tryLock(Object lockKey)
          Tries to acquire a mutex and do a tryLock on it.
 IMutex ILockSequence.tryLock(Object lockKey, long maxWaitTime, TimeUnit timeUnit)
          Tries to acquire a mutex and do a timed wait tryLock on it.
 

Uses of DeadlockException in net.sf.sasl.distributed.lock.impl
 

Methods in net.sf.sasl.distributed.lock.impl that throw DeadlockException
 IMutex DefaultLockSession.LockSequence.lock(Object lockKey)
           
 IMutex DefaultLockSession.LockSequence.lockInterruptibly(Object lockKey)
           
 IMutex DefaultLockSession.LockSequence.tryLock(Object lockKey)
           
 IMutex DefaultLockSession.LockSequence.tryLock(Object lockKey, long maxWaitTime, TimeUnit timeUnit)
           
 



Copyright © 2010. All Rights Reserved.