|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interceptor | |
org.jboss.ejb.plugins.inflow | |
org.jboss.invocation | |
org.jboss.invocation.http.interfaces | |
org.jboss.jmx.connector.invoker.client | |
org.jboss.naming.interceptors | |
org.jboss.proxy | Package description goes here. |
org.jboss.proxy.ejb |
Uses of Interceptor in org.jboss.ejb.plugins.inflow |
Subclasses of Interceptor in org.jboss.ejb.plugins.inflow | |
class |
MessageEndpointInterceptor
Implements the application server message endpoint requirements. |
Uses of Interceptor in org.jboss.invocation |
Subclasses of Interceptor in org.jboss.invocation | |
class |
ByValueInvokerInterceptor
An InvokerInterceptor that does not optimize remote invocations. |
class |
InvokerInterceptor
A very simple implementation of it that branches to the local stuff. |
class |
MarshallingInvokerInterceptor
An InvokerInterceptor that does not optimize in VM invocations |
Uses of Interceptor in org.jboss.invocation.http.interfaces |
Subclasses of Interceptor in org.jboss.invocation.http.interfaces | |
class |
ClientMethodInterceptor
Handle toString, equals, hashCode locally on the client. |
Uses of Interceptor in org.jboss.jmx.connector.invoker.client |
Subclasses of Interceptor in org.jboss.jmx.connector.invoker.client | |
class |
InvokerAdaptorClientInterceptor
An Interceptor that plucks the object name out of the arguments into an unmarshalled part of the payload. |
Uses of Interceptor in org.jboss.naming.interceptors |
Subclasses of Interceptor in org.jboss.naming.interceptors | |
class |
ExceptionInterceptor
A client interceptor that handles the wrapping of exceptions to NamingExceptions |
Uses of Interceptor in org.jboss.proxy |
Subclasses of Interceptor in org.jboss.proxy | |
class |
SecurityInterceptor
The client-side proxy for an EJB Home object. |
class |
TransactionInterceptor
The client-side proxy for an EJB Home object. |
Fields in org.jboss.proxy declared as Interceptor | |
protected Interceptor |
Interceptor.nextInterceptor
The next interceptor in the chain. |
Interceptor |
ClientContainer.next
The first interceptor in the chain. |
Methods in org.jboss.proxy that return Interceptor | |
Interceptor |
Interceptor.setNext(Interceptor interceptor)
Set the next interceptor in the chain. |
Interceptor |
Interceptor.getNext()
|
Interceptor |
ClientContainer.setNext(Interceptor interceptor)
|
Methods in org.jboss.proxy with parameters of type Interceptor | |
Interceptor |
Interceptor.setNext(Interceptor interceptor)
Set the next interceptor in the chain. |
Interceptor |
ClientContainer.setNext(Interceptor interceptor)
|
Uses of Interceptor in org.jboss.proxy.ejb |
Subclasses of Interceptor in org.jboss.proxy.ejb | |
class |
EntityInterceptor
An EJB entity bean proxy class. |
class |
GenericEJBInterceptor
The base EJB behavior interceptor. |
class |
HomeInterceptor
The client-side proxy for an EJB Home object. |
class |
ListEntityInterceptor
An EJB CMP entity bean proxy class holds info about the List that the entity belongs to, is used for reading ahead. |
class |
StatefulSessionInterceptor
|
class |
StatelessSessionHomeInterceptor
The client-side proxy for a stateless session Home object, that caches the stateless session interface |
class |
StatelessSessionInterceptor
An EJB stateless session bean proxy class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |