Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.JmsConnectionFactoryType
Packages that use JmsConnectionFactoryType
Package
Description
Provides the interfaces and enumeration types as defined in the schema
Provides the implementation classes as defined in the schema
-
Uses of JmsConnectionFactoryType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return JmsConnectionFactoryTypeModifier and TypeMethodDescriptionSets theclass-nameelementSets theclient-idelementJmsConnectionFactoryType.description(String description) Sets thedescriptionelementSets theidattributeJmsConnectionFactoryType.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementJmsConnectionFactoryType.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementSets thepasswordelementJmsConnectionFactoryType.removeAllProperty()Removes allpropertyelementsJmsConnectionFactoryType.removeClassName()Removes theclass-nameelementJmsConnectionFactoryType.removeClientId()Removes theclient-idelementJmsConnectionFactoryType.removeDescription()Removes thedescriptionelementJmsConnectionFactoryType.removeId()Removes theidattributeJmsConnectionFactoryType.removeMaxPoolSize()Removes themax-pool-sizeelementJmsConnectionFactoryType.removeMinPoolSize()Removes themin-pool-sizeelementJmsConnectionFactoryType.removeName()Removes thenameelementJmsConnectionFactoryType.removePassword()Removes thepasswordelementJmsConnectionFactoryType.removeResourceAdapter()Removes theresource-adapterelementJmsConnectionFactoryType.removeTransactional()Removes thetransactionalelementJmsConnectionFactoryType.removeUser()Removes theuserelementJmsConnectionFactoryType.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementJmsConnectionFactoryType.transactional(Boolean transactional) Sets thetransactionalelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type JmsConnectionFactoryTypeModifier and TypeMethodDescriptionJmsConnectionFactoryType.createProperty()Creates a newpropertyelementJmsConnectionFactoryType.getAllProperty()Returns allpropertyelementsJmsConnectionFactoryType.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned. -
Uses of JmsConnectionFactoryType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement JmsConnectionFactoryTypeModifier and TypeClassDescriptionclassThis class implements thejms-connection-factoryTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return JmsConnectionFactoryTypeModifier and TypeMethodDescriptionSets theclass-nameelementSets theclient-idelementJmsConnectionFactoryTypeImpl.description(String description) Sets thedescriptionelementSets theidattributeJmsConnectionFactoryTypeImpl.maxPoolSize(Integer maxPoolSize) Sets themax-pool-sizeelementJmsConnectionFactoryTypeImpl.minPoolSize(Integer minPoolSize) Sets themin-pool-sizeelementSets thenameelementSets thepasswordelementJmsConnectionFactoryTypeImpl.removeAllProperty()Removes allpropertyelementsJmsConnectionFactoryTypeImpl.removeClassName()Removes theclass-nameelementJmsConnectionFactoryTypeImpl.removeClientId()Removes theclient-idelementJmsConnectionFactoryTypeImpl.removeDescription()Removes thedescriptionelementJmsConnectionFactoryTypeImpl.removeId()Removes theidattributeJmsConnectionFactoryTypeImpl.removeMaxPoolSize()Removes themax-pool-sizeelementJmsConnectionFactoryTypeImpl.removeMinPoolSize()Removes themin-pool-sizeelementJmsConnectionFactoryTypeImpl.removeName()Removes thenameelementJmsConnectionFactoryTypeImpl.removePassword()Removes thepasswordelementJmsConnectionFactoryTypeImpl.removeResourceAdapter()Removes theresource-adapterelementJmsConnectionFactoryTypeImpl.removeTransactional()Removes thetransactionalelementJmsConnectionFactoryTypeImpl.removeUser()Removes theuserelementJmsConnectionFactoryTypeImpl.resourceAdapter(String resourceAdapter) Sets theresource-adapterelementJmsConnectionFactoryTypeImpl.transactional(Boolean transactional) Sets thetransactionalelementSets theuserelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type JmsConnectionFactoryTypeModifier and TypeMethodDescriptionJmsConnectionFactoryTypeImpl.createProperty()Creates a newpropertyelementJmsConnectionFactoryTypeImpl.getAllProperty()Returns allpropertyelementsJmsConnectionFactoryTypeImpl.getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.