ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ResourceEnvRefType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 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.ejbjar30 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.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ResourceEnvRefType
 ResourceEnvRefType<T> ResourceEnvRefType.description(String... values)
          Creates for all String objects representing description elements, a new description 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.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.javaee5 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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