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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return ResourceManagerType
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.createResourceManager()
          Creates a new resource-manager element
 ResourceManagerType<T> ResourceManagerType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ResourceManagerType<ResourceManagersType<T>> ResourceManagersType.getOrCreateResourceManager()
          If not already created, a new resource-manager element will be created and returned.
 ResourceManagerType<T> ResourceManagerType.id(String id)
          Sets the id attribute
 ResourceManagerType<T> ResourceManagerType.removeAllDescription()
          Removes the description element
 ResourceManagerType<T> ResourceManagerType.removeId()
          Removes the id attribute
 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<T> ResourceManagerType.resClass(String resClass)
          Sets the res-class attribute
 ResourceManagerType<T> ResourceManagerType.resJndiName(String resJndiName)
          Sets the res-jndi-name element
 ResourceManagerType<T> ResourceManagerType.resName(String resName)
          Sets the res-name element
 ResourceManagerType<T> ResourceManagerType.resUrl(String resUrl)
          Sets the res-url element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type ResourceManagerType
 List<ResourceManagerType<ResourceManagersType<T>>> ResourceManagersType.getAllResourceManager()
          Returns all resource-manager elements
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.