Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.ResourceManagerType

Packages that use ResourceManagerType
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.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ResourceManagerType
 ResourceManagerType<T> ResourceManagerType.removeAllDescription()
          Removes the description element
 ResourceManagerType<T> ResourceManagerType.removeResClass()
          Removes the res-class attribute
 ResourceManagerType<T> ResourceManagerType.removeResJndiName()
          Removes the res-jndi-name element
 ResourceManagerType<T> ResourceManagerType.removeResName()
          Removes the res-name element
 ResourceManagerType<T> ResourceManagerType.removeResUrl()
          Removes the res-url element
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.resourceManager()
          Returns the resource-manager element
 ResourceManagerType<T> ResourceManagerType.setDescription(java.lang.String description)
          Creates a new description element
 ResourceManagerType<T> ResourceManagerType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceManagerType<T> ResourceManagerType.setResClass(java.lang.String resClass)
          Sets the res-class attribute
 ResourceManagerType<T> ResourceManagerType.setResJndiName(java.lang.String resJndiName)
          If not already created, a new res-jndi-name element with the given value will be created.
 ResourceManagerType<T> ResourceManagerType.setResName(java.lang.String resName)
          If not already created, a new res-name element with the given value will be created.
 ResourceManagerType<T> ResourceManagerType.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.jboss51 that return types with arguments of type ResourceManagerType
 java.util.List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersType.getResourceManagerList()
          Returns all resource-manager elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement ResourceManagerType
 class ResourceManagerTypeImpl<T>
          This class implements the resource-managerType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return ResourceManagerType
 ResourceManagerType<T> ResourceManagerTypeImpl.removeAllDescription()
          Removes the description element
 ResourceManagerType<T> ResourceManagerTypeImpl.removeResClass()
          Removes the res-class attribute
 ResourceManagerType<T> ResourceManagerTypeImpl.removeResJndiName()
          Removes the res-jndi-name element
 ResourceManagerType<T> ResourceManagerTypeImpl.removeResName()
          Removes the res-name element
 ResourceManagerType<T> ResourceManagerTypeImpl.removeResUrl()
          Removes the res-url element
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersTypeImpl.resourceManager()
          Returns the resource-manager element
 ResourceManagerType<T> ResourceManagerTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 ResourceManagerType<T> ResourceManagerTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceManagerType<T> ResourceManagerTypeImpl.setResClass(java.lang.String resClass)
          Sets the res-class attribute
 ResourceManagerType<T> ResourceManagerTypeImpl.setResJndiName(java.lang.String resJndiName)
          If not already created, a new res-jndi-name element with the given value will be created.
 ResourceManagerType<T> ResourceManagerTypeImpl.setResName(java.lang.String resName)
          If not already created, a new res-name element with the given value will be created.
 ResourceManagerType<T> ResourceManagerTypeImpl.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.jboss51 that return types with arguments of type ResourceManagerType
 java.util.List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersTypeImpl.getResourceManagerList()
          Returns all resource-manager elements