public class LockAdvice extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
LockAdvice(Lock aLock)
Constructs lock advice.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation aInvocation) |
public LockAdvice(Lock aLock)
aLock - Lock to use.Copyright © 2025. All rights reserved.