Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.PoolConfigType

Packages that use PoolConfigType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PoolConfigType
 PoolConfigType<ConsumerBeanType<T>> ConsumerBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PoolConfigType<ServiceBeanType<T>> ServiceBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PoolConfigType<SessionBeanType<T>> SessionBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PoolConfigType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PoolConfigType<GenericBeanType<T>> GenericBeanType.getOrCreatePoolConfig()
          If not already created, a new pool-config element with the given value will be created.
 PoolConfigType<T> PoolConfigType.poolMaxSize(Integer poolMaxSize)
          Sets the pool-max-size element
 PoolConfigType<T> PoolConfigType.poolTimeout(Integer poolTimeout)
          Sets the pool-timeout element
 PoolConfigType<T> PoolConfigType.poolValue(String poolValue)
          Sets the pool-value element
 PoolConfigType<T> PoolConfigType.removePoolMaxSize()
          Removes the pool-max-size element
 PoolConfigType<T> PoolConfigType.removePoolTimeout()
          Removes the pool-timeout element
 PoolConfigType<T> PoolConfigType.removePoolValue()
          Removes the pool-value element
 



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