Package org.jboss.proxy.ejb

Interface Summary
ClusterProxyFactory (src) Tag interface used to determine if a ProxyFactory is used for clustering purposes (to raise warning if such a ProxyFactory is not found for a given bean when clustered=true)
LocalIIOPInvoker (src) Interface used by local IIOP invocations.
ReadAheadBuffer (src) This interface is used for EJB CMP 2.0 read ahead algorithm for holding read ahead values.
 

Class Summary
DynamicIIOPStub (src) Dynamically generated IIOP stub classes extend this abstract superclass, which extends javax.rmi.CORBA.Stub.
EjbHomeCorbaServant (src) CORBA servant class for an EJBHome.
EJBMetaDataImpl (src) An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information.
EJBMetaDataImplIIOP (src) An implementation of the EJBMetaData interface which allows a client to obtain the enterprise Bean's meta-data information.
EjbObjectCorbaServant (src) CORBA servant class for the EJBObjects of a given bean.
EntityInterceptor (src) An EJB entity bean proxy class.
ForeignTransaction (src) A ForeignTransaction, a marker for when we would have to import a transaction from another vendor.
GenericEJBInterceptor (src) The base EJB behavior interceptor.
HandleImplIIOP (src) A CORBA-based EJBObject handle implementation.
HomeHandleImplIIOP (src) A CORBA-based EJB home handle implementation.
HomeInterceptor (src) The client-side proxy for an EJB Home object.
IIOPHomeFactory (src) An ObjectFactory implementation that translates References to EJBHomes back into CORBA object references.
IORFactory (src) This is an IIOP "proxy factory" for EJBHomes and EJBObjects.
ListEntityInterceptor (src) An EJB CMP entity bean proxy class holds info about the List that the entity belongs to, is used for reading ahead.
NoTxPropagationInterceptor (src) A NoTxPropagationInterceptor for throwing remote exceptions according to the spec.
ProxyFactory (src) As we remove the one one association between container STACK and invoker we keep this around.
ProxyFactoryHA (src) ProxyFactory for Clustering
ReadAheadResult (src) A result of get-method invocation of CMP 2.0 entity bean in the case where read ahead is turned on.
RetryInterceptor (src) An interceptor that will retry failed invocations by restoring the InvocationContext invoker.
StatefulSessionInterceptor (src)  
StatelessSessionHomeInterceptor (src) The client-side proxy for a stateless session Home object, that caches the stateless session interface
StatelessSessionInterceptor (src) An EJB stateless session bean proxy class.