ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return ResourceRefType
 ResourceRefType<T> ResourceRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefType.lookupName(String lookupName)
          Sets the lookup-name 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.removeLookupName()
          Removes the lookup-name element
 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.javaee6 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.
 

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

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

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

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

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

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

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

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

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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