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

Packages that use ResourceRefType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ResourceRefType
 ResourceRefType<GenericBeanType<T>> GenericBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<ServiceBeanType<T>> ServiceBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<ConsumerBeanType<T>> ConsumerBeanType.resourceRef()
          Returns the resource-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanType.resourceRef()
          Returns the resource-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ResourceRefType
 java.util.List<ResourceRefType<GenericBeanType<T>>> GenericBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<ServiceBeanType<T>>> ServiceBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<ConsumerBeanType<T>>> ConsumerBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanType.getResourceRefList()
          Returns all resource-ref elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return ResourceRefType
 ResourceRefType<T> ResourceRefType.ignoreDependency()
           
 ResourceRefType<T> ResourceRefType.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefType.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> ResourceRefType.removeJndiName()
          Removes the jndi-name element
 ResourceRefType<T> ResourceRefType.removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> ResourceRefType.removeResourceName()
          Removes the resource-name element
 ResourceRefType<T> ResourceRefType.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefType.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefType.removeResUrl()
          Removes the res-url element
 ResourceRefType<T> ResourceRefType.setDescription(java.lang.String description)
          Creates a new description element
 ResourceRefType<T> ResourceRefType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefType.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResAuth(java.lang.String resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResourceName(java.lang.String resourceName)
          If not already created, a new resource-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResRefName(java.lang.String resRefName)
          If not already created, a new res-ref-name element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResSharingScope(ResSharingScopeType resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResSharingScope(java.lang.String resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResType(java.lang.String resType)
          If not already created, a new res-type element with the given value will be created.
 ResourceRefType<T> ResourceRefType.setResUrl(java.lang.String resUrl)
          If not already created, a new res-url element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return types with arguments of type ResourceRefType
 java.util.List<InjectionTargetType<ResourceRefType<T>>> ResourceRefType.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceRefType<T>> ResourceRefType.injectionTarget()
          Returns the injection-target element
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ResourceRefType
 ResourceRefType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<ServiceBeanType<T>> ServiceBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<GenericBeanType<T>> GenericBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 ResourceRefType<ConsumerBeanType<T>> ConsumerBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type ResourceRefType
 java.util.List<ResourceRefType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<ServiceBeanType<T>>> ServiceBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<GenericBeanType<T>>> GenericBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<ResourceRefType<ConsumerBeanType<T>>> ConsumerBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 

Uses of ResourceRefType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement ResourceRefType
 class ResourceRefTypeImpl<T>
          This class implements the resource-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return ResourceRefType
 ResourceRefType<T> ResourceRefTypeImpl.ignoreDependency()
           
 ResourceRefType<T> ResourceRefTypeImpl.removeAllDescription()
          Removes the description element
 ResourceRefType<T> ResourceRefTypeImpl.removeAllInjectionTarget()
          Removes all injection-target elements
 ResourceRefType<T> ResourceRefTypeImpl.removeJndiName()
          Removes the jndi-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeMappedName()
          Removes the mapped-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeResourceName()
          Removes the resource-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeResRefName()
          Removes the res-ref-name element
 ResourceRefType<T> ResourceRefTypeImpl.removeResType()
          Removes the res-type element
 ResourceRefType<T> ResourceRefTypeImpl.removeResUrl()
          Removes the res-url element
 ResourceRefType<T> ResourceRefTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ResourceRefType<T> ResourceRefTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceRefType<T> ResourceRefTypeImpl.setJndiName(java.lang.String jndiName)
          If not already created, a new jndi-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(ResAuthType resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResAuth(java.lang.String resAuth)
          If not already created, a new res-auth element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResourceName(java.lang.String resourceName)
          If not already created, a new resource-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResRefName(java.lang.String resRefName)
          If not already created, a new res-ref-name element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResSharingScope(ResSharingScopeType resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResSharingScope(java.lang.String resSharingScope)
          If not already created, a new res-sharing-scope element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResType(java.lang.String resType)
          If not already created, a new res-type element with the given value will be created.
 ResourceRefType<T> ResourceRefTypeImpl.setResUrl(java.lang.String resUrl)
          If not already created, a new res-url element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return types with arguments of type ResourceRefType
 java.util.List<InjectionTargetType<ResourceRefType<T>>> ResourceRefTypeImpl.getInjectionTargetList()
          Returns all injection-target elements
 InjectionTargetType<ResourceRefType<T>> ResourceRefTypeImpl.injectionTarget()
          Returns the injection-target element