|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockInformation | |
---|---|
net.sf.sasl.aop.distributed.lock |
Uses of LockInformation in net.sf.sasl.aop.distributed.lock |
---|
Methods in net.sf.sasl.aop.distributed.lock that return LockInformation | |
---|---|
protected LockInformation |
DistributedLockAspect.buildLockInformationFromDynamicLockKey(DistributedDynamicMutexLockKey lockKeyAnnotation,
DistributedDynamicMutexLockKeys parentAnnotation,
Method targetMethod,
Object[] targetArguments,
int curParameterIndex)
Maps a DistributedMutexLockKey annotation to a lock information. |
protected LockInformation |
DistributedLockAspect.buildLockInformationFromStaticLockKey(DistributedStaticMutexLock lockAnnotation,
DistributedStaticMutexLocks parentAnnotation)
Maps a DistributedStaticMutexLock annotation to a lock information. |
Methods in net.sf.sasl.aop.distributed.lock that return types with arguments of type LockInformation | |
---|---|
protected List<LockInformation> |
DistributedLockAspect.buildUnsortedLockInformationList(org.aopalliance.intercept.MethodInvocation invocation)
Builds an unsorted list of lock informations from the lock annotations which are present at the method and parameters of the method. |
Methods in net.sf.sasl.aop.distributed.lock with parameters of type LockInformation | |
---|---|
int |
LockInformation.compareTo(LockInformation other)
Compares two LockInformations with each other. |
Method parameters in net.sf.sasl.aop.distributed.lock with type arguments of type LockInformation | |
---|---|
protected void |
DistributedLockAspect.buildLockInformationList(List<LockInformation> lockInformationList,
Annotation[] annotations,
Method targetMethod,
Object[] targetArguments,
int curParameterIndex)
Maps an array of annotations (from the method or a parameter) to lock informations and adds the mapped lock informations to the passed lock information list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |