@AppliesTo(value=ReadLock.class) public class ReadLockConcern extends ConcernOf<InvocationHandler> implements InvocationHandler
| Constructor and Description |
|---|
ReadLockConcern() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object o,
Method method,
Object[] objects) |
protected void |
lock(Lock lock)
Fix for this bug:
http://bugs.sun.com/bugdatabase/view_bug.do?
|
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke in interface InvocationHandlerThrowableprotected void lock(Lock lock)
lock - the lock to be acquired.