Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.ResourceRefBinding

Packages that use ResourceRefBinding
org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
org.apache.openejb.jee.was.v6.ejbbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ResourceRefBinding in org.apache.openejb.jee.was.v6.commonbnd
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return ResourceRefBinding
 ResourceRefBinding ObjectFactory.createResourceRefBinding()
          Create an instance of ResourceRefBinding
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type ResourceRefBinding
 javax.xml.bind.JAXBElement<ResourceRefBinding> ObjectFactory.createResourceRefBinding(ResourceRefBinding value)
          Create an instance of JAXBElement< ResourceRefBinding>
 

Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type ResourceRefBinding
 javax.xml.bind.JAXBElement<ResourceRefBinding> ObjectFactory.createResourceRefBinding(ResourceRefBinding value)
          Create an instance of JAXBElement< ResourceRefBinding>
 

Uses of ResourceRefBinding in org.apache.openejb.jee.was.v6.ejbbnd
 

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type ResourceRefBinding
protected  java.util.List<ResourceRefBinding> EnterpriseBeanBinding.datasources
           
protected  java.util.List<ResourceRefBinding> EJBJarBinding.defaultDatasources
           
protected  java.util.List<ResourceRefBinding> EnterpriseBeanBinding.resRefBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type ResourceRefBinding
 java.util.List<ResourceRefBinding> EnterpriseBeanBinding.getDatasources()
          Gets the value of the datasources property.
 java.util.List<ResourceRefBinding> EJBJarBinding.getDefaultDatasources()
          Gets the value of the defaultDatasources property.
 java.util.List<ResourceRefBinding> EnterpriseBeanBinding.getResRefBindings()
          Gets the value of the resRefBindings property.
 



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