|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.server.aspects.LockInterceptor
public abstract class LockInterceptor
| Nested Class Summary | |
|---|---|
static class |
LockInterceptor.InternalLock
|
| Constructor Summary | |
|---|---|
LockInterceptor()
|
|
| Method Summary | |
|---|---|
protected LockInterceptor.InternalLock |
acquire(java.lang.Object lockId)
|
protected abstract java.lang.Object |
getLockId(Invocation invocation)
|
java.lang.Object |
invoke(Invocation invocation)
todo |
protected void |
release(LockInterceptor.InternalLock internalLock)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LockInterceptor()
| Method Detail |
|---|
protected LockInterceptor.InternalLock acquire(java.lang.Object lockId)
protected void release(LockInterceptor.InternalLock internalLock)
protected abstract java.lang.Object getLockId(Invocation invocation)
public java.lang.Object invoke(Invocation invocation)
throws java.lang.Exception,
InvocationException
Interceptor
invoke in interface Interceptorjava.lang.Exception
InvocationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||