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  List<ResourceRefType> SessionBeanType.resourceRef
           
protected  List<ResourceRefType> MessageDrivenBeanType.resourceRef
           
protected  List<ResourceRefType> GeronimoEjbJarType.resourceRef
           
protected  List<ResourceRefType> EntityBeanType.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
 JAXBElement<ResourceRefType> ObjectFactory.createResourceRef(ResourceRefType value)
          Create an instance of JAXBElement<ResourceRefType>}
 List<ResourceRefType> SessionBeanType.getResourceRef()
           
 List<ResourceRefType> MessageDrivenBeanType.getResourceRef()
          Gets the value of the resourceRef property.
 List<ResourceRefType> GeronimoEjbJarType.getResourceRef()
           
 List<ResourceRefType> EntityBeanType.getResourceRef()
          Gets the value of the resourceRef property.
 List<ResourceRefType> EnterpriseBean.getResourceRef()
           
 

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



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.