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

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

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

Fields in org.apache.openejb.jee.jba with type parameters of type EjbRef
protected  List<EjbRef> Invoker.ejbRef
           
protected  List<EjbRef> MessageDriven.ejbRef
           
protected  List<EjbRef> Session.ejbRef
           
protected  List<EjbRef> Entity.ejbRef
           
 

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

Methods in org.apache.openejb.jee.jba that return types with arguments of type EjbRef
 List<EjbRef> Invoker.getEjbRef()
          Gets the value of the ejbRef property.
 List<EjbRef> MessageDriven.getEjbRef()
          Gets the value of the ejbRef property.
 List<EjbRef> Session.getEjbRef()
          Gets the value of the ejbRef property.
 List<EjbRef> Entity.getEjbRef()
          Gets the value of the ejbRef property.
 



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