ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.ResourceEnvRefType

Packages that use ResourceEnvRefType
org.jboss.shrinkwrap.descriptor.api.application6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.application6
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return ResourceEnvRefType
 ResourceEnvRefType<ApplicationType<T>> ApplicationType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<ApplicationDescriptor> ApplicationDescriptor.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<ApplicationType<T>> ApplicationType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceEnvRefType<ApplicationDescriptor> ApplicationDescriptor.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.application6 that return types with arguments of type ResourceEnvRefType
 List<ResourceEnvRefType<ApplicationType<T>>> ApplicationType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceEnvRefType<ApplicationDescriptor>> ApplicationDescriptor.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return ResourceEnvRefType
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceEnvRefType<EntityBeanType<T>> EntityBeanType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type ResourceEnvRefType
 List<ResourceEnvRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceEnvRefType<InterceptorType<T>>> InterceptorType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceEnvRefType<EntityBeanType<T>>> EntityBeanType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResourceEnvRefType
 ResourceEnvRefType<T> ResourceEnvRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceEnvRefType<T> ResourceEnvRefType.lookupName(String lookupName)
          Sets the lookup-name element
 ResourceEnvRefType<T> ResourceEnvRefType.mappedName(String mappedName)
          Sets the mapped-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeAllDescription()
          Removes the description element
 ResourceEnvRefType<T> ResourceEnvRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceEnvRefType<T> ResourceEnvRefType.removeLookupName()
          Removes the lookup-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeMappedName()
          Removes the mapped-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeResourceEnvRefName()
          Removes the resource-env-ref-name element
 ResourceEnvRefType<T> ResourceEnvRefType.removeResourceEnvRefType()
          Removes the resource-env-ref-type element
 ResourceEnvRefType<T> ResourceEnvRefType.resourceEnvRefName(String resourceEnvRefName)
          Sets the resource-env-ref-name element
 ResourceEnvRefType<T> ResourceEnvRefType.resourceEnvRefType(String resourceEnvRefType)
          Sets the resource-env-ref-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type ResourceEnvRefType
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<ResourceEnvRefType<T>>> ResourceEnvRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<ResourceEnvRefType<T>> ResourceEnvRefType.getOrCreateInjectionTarget()
          If not already created, a new injection-target element will be created and returned.
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return ResourceEnvRefType
 ResourceEnvRefType<WebAppDescriptor> WebAppDescriptor.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<WebAppDescriptor> WebAppDescriptor.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type ResourceEnvRefType
 List<ResourceEnvRefType<WebAppDescriptor>> WebAppDescriptor.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragmentType<T>> WebFragmentType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<WebAppType<T>> WebAppType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<WebFragmentType<T>> WebFragmentType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceEnvRefType<WebAppType<T>> WebAppType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type ResourceEnvRefType
 List<ResourceEnvRefType<WebFragmentType<T>>> WebFragmentType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceEnvRefType<WebAppType<T>>> WebAppType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 

Uses of ResourceEnvRefType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return ResourceEnvRefType
 ResourceEnvRefType<WebFragmentDescriptor> WebFragmentDescriptor.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceEnvRefType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type ResourceEnvRefType
 List<ResourceEnvRefType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.