Uses of Class
org.openejb.alt.config.ejb11.EjbLocalRef

Packages that use EjbLocalRef
org.openejb.alt.config The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. 
org.openejb.alt.config.ejb11 The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration. 
 

Uses of EjbLocalRef in org.openejb.alt.config
 

Methods in org.openejb.alt.config that return EjbLocalRef
 EjbLocalRef[] Bean.getEjbLocalRef()
           
 EjbLocalRef[] EntityBean.getEjbLocalRef()
           
 EjbLocalRef[] SessionBean.getEjbLocalRef()
           
 

Uses of EjbLocalRef in org.openejb.alt.config.ejb11
 

Methods in org.openejb.alt.config.ejb11 that return EjbLocalRef
 EjbLocalRef[] Session.getEjbLocalRef()
          Method getEjbLocalRef
 EjbLocalRef[] Entity.getEjbLocalRef()
          Method getEjbLocalRef
 EjbLocalRef Session.getEjbLocalRef(int index)
          Method getEjbLocalRef
 EjbLocalRef Entity.getEjbLocalRef(int index)
          Method getEjbLocalRef
 EjbLocalRef Session.removeEjbLocalRef(int index)
          Method removeEjbLocalRef
 EjbLocalRef Entity.removeEjbLocalRef(int index)
          Method removeEjbLocalRef
 

Methods in org.openejb.alt.config.ejb11 with parameters of type EjbLocalRef
 void Session.addEjbLocalRef(EjbLocalRef vEjbLocalRef)
          Method addEjbLocalRef
 void Entity.addEjbLocalRef(EjbLocalRef vEjbLocalRef)
          Method addEjbLocalRef
 void Session.addEjbLocalRef(int index, EjbLocalRef vEjbLocalRef)
          Method addEjbLocalRef
 void Entity.addEjbLocalRef(int index, EjbLocalRef vEjbLocalRef)
          Method addEjbLocalRef
 void Session.setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
          Method setEjbLocalRef
 void Entity.setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
          Method setEjbLocalRef
 void Session.setEjbLocalRef(int index, EjbLocalRef vEjbLocalRef)
          Method setEjbLocalRef
 void Entity.setEjbLocalRef(int index, EjbLocalRef vEjbLocalRef)
          Method setEjbLocalRef
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.