jrun.ejb
Interface Interceptor
- All Superinterfaces:
- InterceptorMBean, java.io.Serializable, Service, ServiceMBean
- All Known Implementing Classes:
- AbstractInterceptor
- public interface Interceptor
- extends InterceptorMBean
The functional non-managed interface of an Interceptor.
While InterceptorMBean defines JMX-manageable attributes
of Interceptors, this interface defines functional actions
that cannot be represented under JMX.
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
getContainer
public EJBContainer getContainer()
setNext
public void setNext(Interceptor interceptor)
getNext
public Interceptor getNext()
setPrevious
public void setPrevious(Interceptor interceptor)
getPrevious
public Interceptor getPrevious()
getEJBMetaData
public EJBMetaData getEJBMetaData()
invokeHomeMethod
public java.lang.Object invokeHomeMethod(EJBInvocation ctx)
throws java.lang.Exception
invokeObjectMethod
public java.lang.Object invokeObjectMethod(EJBInvocation ctx)
throws java.lang.Exception
Copyright � 2002 Macromedia Corporation. All Rights Reserved.