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

Packages that use ServiceRef
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
protected  List<ServiceRef> MessageDriven.serviceRef
           
protected  List<ServiceRef> Entity.serviceRef
           
protected  List<ServiceRef> Session.serviceRef
           
 

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

Methods in org.apache.openejb.jee.jba that return types with arguments of type ServiceRef
 List<ServiceRef> MessageDriven.getServiceRef()
          Gets the value of the serviceRef property.
 List<ServiceRef> Entity.getServiceRef()
          Gets the value of the serviceRef property.
 List<ServiceRef> Session.getServiceRef()
          Gets the value of the serviceRef property.
 



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