Uses of Class
org.apache.openejb.jee.jba.EjbLocalRef

Packages that use EjbLocalRef
org.apache.openejb.jee.jba   
 

Uses of EjbLocalRef in org.apache.openejb.jee.jba
 

Fields in org.apache.openejb.jee.jba with type parameters of type EjbLocalRef
protected  List<EjbLocalRef> MessageDriven.ejbLocalRef
           
protected  List<EjbLocalRef> Entity.ejbLocalRef
           
protected  List<EjbLocalRef> Session.ejbLocalRef
           
 

Methods in org.apache.openejb.jee.jba that return EjbLocalRef
 EjbLocalRef ObjectFactory.createEjbLocalRef()
          Create an instance of EjbLocalRef
 

Methods in org.apache.openejb.jee.jba that return types with arguments of type EjbLocalRef
 List<EjbLocalRef> MessageDriven.getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 List<EjbLocalRef> Entity.getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 List<EjbLocalRef> Session.getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.