|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aurorasoftworks.signal.runtime.core.context.proxy.AbstractMethodInterceptor
public abstract class AbstractMethodInterceptor
Field Summary | |
---|---|
protected IInvocationHandler |
nextHandler
|
Constructor Summary | |
---|---|
AbstractMethodInterceptor()
|
Method Summary | |
---|---|
void |
setNextHandler(IInvocationHandler nextHandler)
Sets the next handler in the interceptor chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aurorasoftworks.signal.runtime.core.context.proxy.IInvocationHandler |
---|
invoke |
Field Detail |
---|
protected IInvocationHandler nextHandler
Constructor Detail |
---|
public AbstractMethodInterceptor()
Method Detail |
---|
public void setNextHandler(IInvocationHandler nextHandler)
IMethodInterceptor
setNextHandler
in interface IMethodInterceptor
nextHandler
- next handler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |