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

Packages that use ResourceEnvRefBinding
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 ResourceEnvRefBinding in org.apache.openejb.jee.was.v6.commonbnd
 

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

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

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

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

Fields in org.apache.openejb.jee.was.v6.ejbbnd with type parameters of type ResourceEnvRefBinding
protected  List<ResourceEnvRefBinding> EnterpriseBeanBinding.resourceEnvRefBindings
           
 

Methods in org.apache.openejb.jee.was.v6.ejbbnd that return types with arguments of type ResourceEnvRefBinding
 List<ResourceEnvRefBinding> EnterpriseBeanBinding.getResourceEnvRefBindings()
          Gets the value of the resourceEnvRefBindings property.
 



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