站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Class org.jboss.proxy.Interceptor (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Class
org.jboss.proxy.Interceptor

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.
 



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