Home » jboss-5.0.0.CR1-src » org » jboss » proxy »

org.jboss.proxy

Sub Packages:

org.jboss.proxy.compiler    
org.jboss.proxy.ejb   Package description goes here .  
org.jboss.proxy.ejb.handle    
org.jboss.proxy.generic    

Interfaces:

IClientContainer   An interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext.  code | html
SecurityActions   Interface defining the Privileged Blocks  code | html

Abstract Classes:

Interceptor   The base class for all interceptors.  code | html

Classes:

ClientContainer   An invocation handler whichs sets up the client invocation and starts the invocation interceptor call chain.  code | html
ClientContainerEx   An extension of ClientContainer that allows one to access the client container invocation context and interceptors.  code | html
ClientMethodInterceptor   Handle toString, equals, hashCode locally on the client.  code | html
GenericProxyFactory   A generic factory of java.lang.reflect.Proxy that constructs a proxy that is a composite of ClientContainer/Interceptors/Invoker  code | html
SecurityActions.UTIL     code | html
SecurityInterceptor   The client-side proxy for an EJB Home object.  code | html
TransactionInterceptor   The client-side proxy for an EJB Home object.  code | html