Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.ConnectionFactoryResourceType
-
Packages that use ConnectionFactoryResourceType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of ConnectionFactoryResourceType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return ConnectionFactoryResourceType Modifier and Type Method Description ConnectionFactoryResourceType<T>ConnectionFactoryResourceType. className(String className)Sets theclass-nameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. description(String description)Sets thedescriptionelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. id(String id)Sets theidattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceType. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. name(String name)Sets thenameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeAllProperty()Removes allpropertyelementsConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeClassName()Removes theclass-nameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeDescription()Removes thedescriptionelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeId()Removes theidattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeMaxPoolSize()Removes themax-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeMinPoolSize()Removes themin-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeName()Removes thenameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeResourceAdapter()Removes theresource-adapterelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. removeTransactionSupport()Removes thetransaction-supportattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceType. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. transactionSupport(String transactionSupport)Sets thetransaction-supportelementConnectionFactoryResourceType<T>ConnectionFactoryResourceType. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type ConnectionFactoryResourceType Modifier and Type Method Description PropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceType. createProperty()Creates a newpropertyelementList<PropertyType<ConnectionFactoryResourceType<T>>>ConnectionFactoryResourceType. getAllProperty()Returns allpropertyelementsPropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of ConnectionFactoryResourceType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement ConnectionFactoryResourceType Modifier and Type Class Description classConnectionFactoryResourceTypeImpl<T>This class implements theconnection-factory-resourceTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return ConnectionFactoryResourceType Modifier and Type Method Description ConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. className(String className)Sets theclass-nameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. description(String description)Sets thedescriptionelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. id(String id)Sets theidattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. name(String name)Sets thenameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeAllProperty()Removes allpropertyelementsConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeClassName()Removes theclass-nameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeDescription()Removes thedescriptionelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeId()Removes theidattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeMaxPoolSize()Removes themax-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeMinPoolSize()Removes themin-pool-sizeelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeName()Removes thenameelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeResourceAdapter()Removes theresource-adapterelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. removeTransactionSupport()Removes thetransaction-supportattributeConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. transactionSupport(String transactionSupport)Sets thetransaction-supportelementConnectionFactoryResourceType<T>ConnectionFactoryResourceTypeImpl. transactionSupport(TransactionSupportType transactionSupport)Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type ConnectionFactoryResourceType Modifier and Type Method Description PropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceTypeImpl. createProperty()Creates a newpropertyelementList<PropertyType<ConnectionFactoryResourceType<T>>>ConnectionFactoryResourceTypeImpl. getAllProperty()Returns allpropertyelementsPropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.
-