|
||||||||||
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 jboss_5_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.jboss51 | Provides the implementation classes as defined in the schema jboss_5_1.xsd |
Uses of PoolConfigType in org.jboss.shrinkwrap.descriptor.api.jboss51 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return PoolConfigType | |
---|---|
PoolConfigType<GenericBeanType<T>> |
GenericBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<ServiceBeanType<T>> |
ServiceBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<ConsumerBeanType<T>> |
ConsumerBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<SessionBeanType<T>> |
SessionBeanType.poolConfig()
If not already created, a new pool-config element will be created and returned. |
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 |
PoolConfigType<T> |
PoolConfigType.setPoolMaxSize(java.lang.Integer poolMaxSize)
If not already created, a new pool-max-size element with the given value will be created. |
PoolConfigType<T> |
PoolConfigType.setPoolTimeout(java.lang.Integer poolTimeout)
If not already created, a new pool-timeout element with the given value will be created. |
PoolConfigType<T> |
PoolConfigType.setPoolValue(java.lang.String poolValue)
If not already created, a new pool-value element with the given value will be created. |
Uses of PoolConfigType in org.jboss.shrinkwrap.descriptor.impl.jboss51 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement PoolConfigType | |
---|---|
class |
PoolConfigTypeImpl<T>
This class implements the pool-configType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return PoolConfigType | |
---|---|
PoolConfigType<MessageDrivenBeanType<T>> |
MessageDrivenBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<ServiceBeanType<T>> |
ServiceBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<SessionBeanType<T>> |
SessionBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<GenericBeanType<T>> |
GenericBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<ConsumerBeanType<T>> |
ConsumerBeanTypeImpl.poolConfig()
If not already created, a new pool-config element will be created and returned. |
PoolConfigType<T> |
PoolConfigTypeImpl.removePoolMaxSize()
Removes the pool-max-size element |
PoolConfigType<T> |
PoolConfigTypeImpl.removePoolTimeout()
Removes the pool-timeout element |
PoolConfigType<T> |
PoolConfigTypeImpl.removePoolValue()
Removes the pool-value element |
PoolConfigType<T> |
PoolConfigTypeImpl.setPoolMaxSize(java.lang.Integer poolMaxSize)
If not already created, a new pool-max-size element with the given value will be created. |
PoolConfigType<T> |
PoolConfigTypeImpl.setPoolTimeout(java.lang.Integer poolTimeout)
If not already created, a new pool-timeout element with the given value will be created. |
PoolConfigType<T> |
PoolConfigTypeImpl.setPoolValue(java.lang.String poolValue)
If not already created, a new pool-value element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |