Uses of Class
org.apache.openejb.jee.was.v6.common.ResourceEnvRef

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

Uses of ResourceEnvRef in org.apache.openejb.jee.was.v6.common
 

Fields in org.apache.openejb.jee.was.v6.common with type parameters of type ResourceEnvRef
protected  java.util.List<ResourceEnvRef> JNDIEnvRefsGroup.resourceEnvRefs
           
 

Methods in org.apache.openejb.jee.was.v6.common that return ResourceEnvRef
 ResourceEnvRef ObjectFactory.createResourceEnvRef()
          Create an instance of ResourceEnvRef
 

Methods in org.apache.openejb.jee.was.v6.common that return types with arguments of type ResourceEnvRef
 javax.xml.bind.JAXBElement<ResourceEnvRef> ObjectFactory.createResourceEnvRef(ResourceEnvRef value)
          Create an instance of JAXBElement<ResourceEnvRef >
 java.util.List<ResourceEnvRef> JNDIEnvRefsGroup.getResourceEnvRefs()
          Gets the value of the resourceEnvRefs property.
 

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

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

Fields in org.apache.openejb.jee.was.v6.commonbnd with type parameters of type ResourceEnvRef
protected  java.util.List<ResourceEnvRef> ResourceEnvRefBinding.bindingResourceEnvRefs
           
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type ResourceEnvRef
 java.util.List<ResourceEnvRef> ResourceEnvRefBinding.getBindingResourceEnvRefs()
          Gets the value of the bindingResourceEnvRefs property.
 



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