Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.ConnectionFactoryResourceType
Packages that use ConnectionFactoryResourceType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
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 ConnectionFactoryResourceTypeModifier and TypeMethodDescriptionSets theclass-nameelementConnectionFactoryResourceType.description(String description) Sets thedescriptionelementSets theidattributeConnectionFactoryResourceType.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementConnectionFactoryResourceType.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementConnectionFactoryResourceType.removeAllProperty()Removes allpropertyelementsConnectionFactoryResourceType.removeClassName()Removes theclass-nameelementConnectionFactoryResourceType.removeDescription()Removes thedescriptionelementConnectionFactoryResourceType.removeId()Removes theidattributeConnectionFactoryResourceType.removeMaxPoolSize()Removes themax-pool-sizeelementConnectionFactoryResourceType.removeMinPoolSize()Removes themin-pool-sizeelementConnectionFactoryResourceType.removeName()Removes thenameelementConnectionFactoryResourceType.removeResourceAdapter()Removes theresource-adapterelementConnectionFactoryResourceType.removeTransactionSupport()Removes thetransaction-supportattributeConnectionFactoryResourceType.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementConnectionFactoryResourceType.transactionSupport(String transactionSupport) Sets thetransaction-supportelementConnectionFactoryResourceType.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type ConnectionFactoryResourceTypeModifier and TypeMethodDescriptionConnectionFactoryResourceType.createProperty()Creates a newpropertyelementConnectionFactoryResourceType.getAllProperty()Returns allpropertyelementsConnectionFactoryResourceType.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 ConnectionFactoryResourceTypeModifier and TypeClassDescriptionclassThis class implements theconnection-factory-resourceTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return ConnectionFactoryResourceTypeModifier and TypeMethodDescriptionSets theclass-nameelementConnectionFactoryResourceTypeImpl.description(String description) Sets thedescriptionelementSets theidattributeConnectionFactoryResourceTypeImpl.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementConnectionFactoryResourceTypeImpl.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementConnectionFactoryResourceTypeImpl.removeAllProperty()Removes allpropertyelementsConnectionFactoryResourceTypeImpl.removeClassName()Removes theclass-nameelementConnectionFactoryResourceTypeImpl.removeDescription()Removes thedescriptionelementConnectionFactoryResourceTypeImpl.removeId()Removes theidattributeConnectionFactoryResourceTypeImpl.removeMaxPoolSize()Removes themax-pool-sizeelementConnectionFactoryResourceTypeImpl.removeMinPoolSize()Removes themin-pool-sizeelementConnectionFactoryResourceTypeImpl.removeName()Removes thenameelementConnectionFactoryResourceTypeImpl.removeResourceAdapter()Removes theresource-adapterelementConnectionFactoryResourceTypeImpl.removeTransactionSupport()Removes thetransaction-supportattributeConnectionFactoryResourceTypeImpl.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementConnectionFactoryResourceTypeImpl.transactionSupport(String transactionSupport) Sets thetransaction-supportelementConnectionFactoryResourceTypeImpl.transactionSupport(TransactionSupportType transactionSupport) Sets thetransaction-supportelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type ConnectionFactoryResourceTypeModifier and TypeMethodDescriptionConnectionFactoryResourceTypeImpl.createProperty()Creates a newpropertyelementConnectionFactoryResourceTypeImpl.getAllProperty()Returns allpropertyelementsConnectionFactoryResourceTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.