|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.cache.interceptors.Interceptor
Class representing an interceptor.
Note that this will be replaced by Interceptor
in one of the next releases
Constructor Summary | |
Interceptor()
|
Method Summary | |
Interceptor |
getNext()
|
java.lang.Object |
invoke(org.jgroups.blocks.MethodCall m)
|
void |
setCache(TreeCache cache)
|
void |
setNext(Interceptor i)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Interceptor()
Method Detail |
public void setNext(Interceptor i)
public Interceptor getNext()
public void setCache(TreeCache cache)
public java.lang.Object invoke(org.jgroups.blocks.MethodCall m) throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |