Uses of Class
org.apache.openejb.jee.jba.ServiceRef
-
Packages that use ServiceRef Package Description org.apache.openejb.jee.jba -
-
Uses of ServiceRef in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba with type parameters of type ServiceRef Modifier and Type Field Description protected List<ServiceRef>Entity. serviceRefprotected List<ServiceRef>MessageDriven. serviceRefprotected List<ServiceRef>Session. serviceRefMethods in org.apache.openejb.jee.jba that return ServiceRef Modifier and Type Method Description ServiceRefObjectFactory. createServiceRef()Create an instance ofServiceRefMethods in org.apache.openejb.jee.jba that return types with arguments of type ServiceRef Modifier and Type Method Description List<ServiceRef>Entity. getServiceRef()Gets the value of the serviceRef property.List<ServiceRef>MessageDriven. getServiceRef()Gets the value of the serviceRef property.List<ServiceRef>Session. getServiceRef()Gets the value of the serviceRef property.
-