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

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

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

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

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

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

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

Fields in org.apache.openejb.jee.was.v6.commonbnd with type parameters of type ResourceRef
protected  java.util.List<ResourceRef> ResourceRefBinding.bindingResourceRefs
           
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type ResourceRef
 java.util.List<ResourceRef> ResourceRefBinding.getBindingResourceRefs()
          Gets the value of the bindingResourceRefs property.
 



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