|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ILockSession | |
|---|---|
| net.sf.sasl.aop.distributed.lock | |
| net.sf.sasl.distributed.lock | |
| net.sf.sasl.distributed.lock.impl | |
| Uses of ILockSession in net.sf.sasl.aop.distributed.lock |
|---|
| Methods in net.sf.sasl.aop.distributed.lock with parameters of type ILockSession | |
|---|---|
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 ILockSession in net.sf.sasl.distributed.lock |
|---|
| Methods in net.sf.sasl.distributed.lock that return ILockSession | |
|---|---|
ILockSession |
ILockSessionFactory.getActiveThreadSharedSession(boolean allowCreate)
Returns an active lock session for the current thread, if there exists one (a call to getActiveThreadSharedSession(true) was done before). |
ILockSession |
ILockSessionFactory.openNewLockSession()
Creates and configures a fresh new lock session and returns it. |
| Uses of ILockSession in net.sf.sasl.distributed.lock.impl |
|---|
| Classes in net.sf.sasl.distributed.lock.impl that implement ILockSession | |
|---|---|
class |
DefaultLockSession
A non thread-safe lock session implementation with the following behavior: 1.)Nested lock sequences are allowed. |
| Methods in net.sf.sasl.distributed.lock.impl that return ILockSession | |
|---|---|
ILockSession |
LockSessionFactory.getActiveThreadSharedSession(boolean allowCreate)
|
ILockSession |
LockSessionFactory.openNewLockSession()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||