ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

Packages that use ResourceRefType
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 ResourceRefType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return ResourceRefType
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createResourceRef()
          Creates a new resource-ref element
 ResourceRefType<InterceptorType<T>> InterceptorType.createResourceRef()
          Creates a new resource-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanType.createResourceRef()
          Creates a new resource-ref element
 ResourceRefType<EntityBeanType<T>> EntityBeanType.createResourceRef()
          Creates a new resource-ref element
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 ResourceRefType<InterceptorType<T>> InterceptorType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 ResourceRefType<SessionBeanType<T>> SessionBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 ResourceRefType<EntityBeanType<T>> EntityBeanType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 

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

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return ResourceRefType
 ResourceRefType<T> ResourceRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefType.mappedName(String mappedName)
          Sets the mapped-name element
 ResourceRefType<T> ResourceRefType.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> ResourceRefType.removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> ResourceRefType.removeResAuth()
          Removes the res-auth attribute
 ResourceRefType<T> ResourceRefType.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefType.removeResSharingScope()
          Removes the res-sharing-scope attribute
 ResourceRefType<T> ResourceRefType.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefType.resAuth(ResAuthType resAuth)
          Sets the res-auth element
 ResourceRefType<T> ResourceRefType.resAuth(String resAuth)
          Sets the res-auth element
 ResourceRefType<T> ResourceRefType.resRefName(String resRefName)
          Sets the res-ref-name element
 ResourceRefType<T> ResourceRefType.resSharingScope(ResSharingScopeType resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> ResourceRefType.resSharingScope(String resSharingScope)
          Sets the res-sharing-scope element
 ResourceRefType<T> ResourceRefType.resType(String resType)
          Sets the res-type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type ResourceRefType
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.createInjectionTarget()
          Creates a new injection-target element
 List<InjectionTargetType<ResourceRefType<T>>> ResourceRefType.getAllInjectionTarget()
          Returns all injection-target elements
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.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.