org.jboss.ejb
Interface Interceptor

All Superinterfaces:
ContainerPlugin, org.jboss.system.Service
All Known Implementing Classes:
AbstractInterceptor, Container.AbstractContainerInterceptor

public interface Interceptor
extends ContainerPlugin

Provides the interface for all container interceptors.

Version:
$Revision: 1.10.4.1 $

20011219 marc fleury:

Author:
Rickard Öberg, Marc Fleury

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

setNext

public void setNext(Interceptor interceptor)
Set the next interceptor in the chain.

Parameters:
interceptor - The next interceptor in the chain.

getNext

public Interceptor getNext()
Get the next interceptor in the chain.

Returns:
The next interceptor in the chain.

invokeHome

public Object invokeHome(Invocation mi)
                  throws Exception
???

Parameters:
mi - ???
Returns:
???
Throws:
Exception - ???

invoke

public Object invoke(Invocation mi)
              throws Exception
???

Parameters:
mi - ???
Returns:
???
Throws:
Exception - ???


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.