Uses of Interface
org.openejb.core.ivm.naming.Reference

Packages that use Reference
org.openejb.alt.containers.castor_cmp11 The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation. 
org.openejb.core The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.entity The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.ivm.naming The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateful The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
org.openejb.core.stateless The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. 
 

Uses of Reference in org.openejb.alt.containers.castor_cmp11
 

Classes in org.openejb.alt.containers.castor_cmp11 that implement Reference
 class JndiTxReference
           
 

Uses of Reference in org.openejb.core
 

Classes in org.openejb.core that implement Reference
 class ConnectorReference
           
 

Uses of Reference in org.openejb.core.entity
 

Classes in org.openejb.core.entity that implement Reference
 class EncReference
           
 

Constructors in org.openejb.core.entity with parameters of type Reference
EncReference(Reference ref)
           
 

Uses of Reference in org.openejb.core.ivm.naming
 

Classes in org.openejb.core.ivm.naming that implement Reference
 class ENCReference
           
 class IntraVmJndiReference
          This class is used when the object to be referenced is accessible through the OpenEJB global name space.
 class JndiReference
          This class is used when the object to be referenced is accessible through some other JNDI name space.
 class ObjectReference
          This class is used when the object to be reference is available at the time the reference is created.
 

Fields in org.openejb.core.ivm.naming declared as Reference
protected  Reference ENCReference.ref
           
 

Constructors in org.openejb.core.ivm.naming with parameters of type Reference
ENCReference(Reference ref)
           
 

Uses of Reference in org.openejb.core.stateful
 

Classes in org.openejb.core.stateful that implement Reference
 class EncUserTransaction
           
 

Constructors in org.openejb.core.stateful with parameters of type Reference
EncReference(Reference ref)
           
 

Uses of Reference in org.openejb.core.stateless
 

Constructors in org.openejb.core.stateless with parameters of type Reference
EncReference(Reference ref)
           
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.