|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |