Uses of Class
org.apache.openejb.jee.jba.EjbLocalRef
-
Packages that use EjbLocalRef Package Description 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 Modifier and Type Field Description protected List<EjbLocalRef>Entity. ejbLocalRefprotected List<EjbLocalRef>MessageDriven. ejbLocalRefprotected List<EjbLocalRef>Session. ejbLocalRefMethods in org.apache.openejb.jee.jba that return EjbLocalRef Modifier and Type Method Description EjbLocalRefObjectFactory. createEjbLocalRef()Create an instance ofEjbLocalRefMethods in org.apache.openejb.jee.jba that return types with arguments of type EjbLocalRef Modifier and Type Method Description List<EjbLocalRef>Entity. getEjbLocalRef()Gets the value of the ejbLocalRef property.List<EjbLocalRef>MessageDriven. getEjbLocalRef()Gets the value of the ejbLocalRef property.List<EjbLocalRef>Session. getEjbLocalRef()Gets the value of the ejbLocalRef property.
-