Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.JmsConnectionFactoryType
-
Packages that use JmsConnectionFactoryType 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 JmsConnectionFactoryType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return JmsConnectionFactoryType Modifier and Type Method Description JmsConnectionFactoryType<T>JmsConnectionFactoryType. className(String className)Sets theclass-nameelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. clientId(String clientId)Sets theclient-idelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. description(String description)Sets thedescriptionelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. id(String id)Sets theidattributeJmsConnectionFactoryType<T>JmsConnectionFactoryType. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. name(String name)Sets thenameelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. password(String password)Sets thepasswordelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeAllProperty()Removes allpropertyelementsJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeClassName()Removes theclass-nameelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeClientId()Removes theclient-idelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeDescription()Removes thedescriptionelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeId()Removes theidattributeJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeMaxPoolSize()Removes themax-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeMinPoolSize()Removes themin-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeName()Removes thenameelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removePassword()Removes thepasswordelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeResourceAdapter()Removes theresource-adapterelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeTransactional()Removes thetransactionalelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. removeUser()Removes theuserelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. transactional(Boolean transactional)Sets thetransactionalelementJmsConnectionFactoryType<T>JmsConnectionFactoryType. user(String user)Sets theuserelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type JmsConnectionFactoryType Modifier and Type Method Description PropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryType. createProperty()Creates a newpropertyelementList<PropertyType<JmsConnectionFactoryType<T>>>JmsConnectionFactoryType. getAllProperty()Returns allpropertyelementsPropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryType. 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 JmsConnectionFactoryType Modifier and Type Class Description classJmsConnectionFactoryTypeImpl<T>This class implements thejms-connection-factoryTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return JmsConnectionFactoryType Modifier and Type Method Description JmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. className(String className)Sets theclass-nameelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. clientId(String clientId)Sets theclient-idelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. description(String description)Sets thedescriptionelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. id(String id)Sets theidattributeJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. maxPoolSize(Integer maxPoolSize)Sets themax-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. minPoolSize(Integer minPoolSize)Sets themin-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. name(String name)Sets thenameelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. password(String password)Sets thepasswordelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeAllProperty()Removes allpropertyelementsJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeClassName()Removes theclass-nameelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeClientId()Removes theclient-idelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeDescription()Removes thedescriptionelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeId()Removes theidattributeJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeMaxPoolSize()Removes themax-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeMinPoolSize()Removes themin-pool-sizeelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeName()Removes thenameelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removePassword()Removes thepasswordelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeResourceAdapter()Removes theresource-adapterelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeTransactional()Removes thetransactionalelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. removeUser()Removes theuserelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. resourceAdapter(String resourceAdapter)Sets theresource-adapterelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. transactional(Boolean transactional)Sets thetransactionalelementJmsConnectionFactoryType<T>JmsConnectionFactoryTypeImpl. user(String user)Sets theuserelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type JmsConnectionFactoryType Modifier and Type Method Description PropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryTypeImpl. createProperty()Creates a newpropertyelementList<PropertyType<JmsConnectionFactoryType<T>>>JmsConnectionFactoryTypeImpl. getAllProperty()Returns allpropertyelementsPropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.
-