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