Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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<ServiceBeanType<T>> |
ServiceBeanType.getOrCreatePoolConfig()
If not already created, a new
pool-config element with the given value will be created. |
PoolConfigType<ConsumerBeanType<T>> |
ConsumerBeanType.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 © 2023 JBoss by Red Hat. All rights reserved.