Uses of Class
org.apache.openejb.jee.jba.EjbRef
-
Packages that use EjbRef Package Description 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 Modifier and Type Field Description protected List<EjbRef>Entity. ejbRefprotected List<EjbRef>Invoker. ejbRefprotected List<EjbRef>MessageDriven. ejbRefprotected List<EjbRef>Session. ejbRefMethods in org.apache.openejb.jee.jba that return EjbRef Modifier and Type Method Description EjbRefObjectFactory. createEjbRef()Create an instance ofEjbRefMethods in org.apache.openejb.jee.jba that return types with arguments of type EjbRef Modifier and Type Method Description List<EjbRef>Entity. getEjbRef()Gets the value of the ejbRef property.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.
-