Uses of Class
org.apache.openejb.jee.oejb2.ResourceRefType

Packages that use ResourceRefType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ResourceRefType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 with type parameters of type ResourceRefType
protected  java.util.List<ResourceRefType> EntityBeanType.resourceRef
           
protected  java.util.List<ResourceRefType> MessageDrivenBeanType.resourceRef
           
protected  java.util.List<ResourceRefType> SessionBeanType.resourceRef
           
protected  java.util.List<ResourceRefType> GeronimoEjbJarType.resourceRef
           
 

Methods in org.apache.openejb.jee.oejb2 that return ResourceRefType
 ResourceRefType ObjectFactory.createResourceRefType()
          Create an instance of ResourceRefType
 

Methods in org.apache.openejb.jee.oejb2 that return types with arguments of type ResourceRefType
 javax.xml.bind.JAXBElement<ResourceRefType> ObjectFactory.createResourceRef(ResourceRefType value)
          Create an instance of JAXBElement<ResourceRefType>}
 java.util.List<ResourceRefType> EntityBeanType.getResourceRef()
          Gets the value of the resourceRef property.
 java.util.List<ResourceRefType> EnterpriseBean.getResourceRef()
           
 java.util.List<ResourceRefType> MessageDrivenBeanType.getResourceRef()
          Gets the value of the resourceRef property.
 java.util.List<ResourceRefType> SessionBeanType.getResourceRef()
           
 java.util.List<ResourceRefType> GeronimoEjbJarType.getResourceRef()
           
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type ResourceRefType
 javax.xml.bind.JAXBElement<ResourceRefType> ObjectFactory.createResourceRef(ResourceRefType value)
          Create an instance of JAXBElement<ResourceRefType>}
 



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