|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the interface for all container interceptors.
Field Summary |
Method Summary | |
Interceptor (src) |
getNext()
Get the next interceptor in the chain. |
java.lang.Object |
invoke(Invocation (src) mi)
??? |
java.lang.Object |
invokeHome(Invocation (src) mi)
??? |
void |
setNext(Interceptor (src) interceptor)
Set the next interceptor in the chain. |
Methods inherited from interface org.jboss.ejb.ContainerPlugin (src) |
setContainer |
Methods inherited from interface org.jboss.system.Service (src) |
create, destroy, start, stop |
Method Detail |
public void setNext(Interceptor (src) interceptor)
interceptor
- The next interceptor in the chain.public Interceptor (src) getNext()
public java.lang.Object invokeHome(Invocation (src) mi) throws java.lang.Exception
mi
- ???
java.lang.Exception
- ???public java.lang.Object invoke(Invocation (src) mi) throws java.lang.Exception
mi
- ???
java.lang.Exception
- ???
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |