public interface MdbContainer extends ConfigBeanProxy, PropertyBag, ConfigExtension
PropertyBag.Duck| Modifier and Type | Method and Description |
|---|---|
@Min(value=0L) String |
getIdleTimeoutInSeconds()
Gets the value of the idleTimeoutInSeconds property.
|
@Min(value=0L) String |
getMaxPoolSize()
Gets the value of the maxPoolSize property.
|
@Min(value=0L) String |
getPoolResizeQuantity()
Gets the value of the poolResizeQuantity property.
|
List<Property> |
getProperty()
Properties.
|
@Min(value=0L) String |
getSteadyPoolSize()
Gets the value of the steadyPoolSize property.
|
void |
setIdleTimeoutInSeconds(String value)
Sets the value of the idleTimeoutInSeconds property.
|
void |
setMaxPoolSize(String value)
Sets the value of the maxPoolSize property.
|
void |
setPoolResizeQuantity(String value)
Sets the value of the poolResizeQuantity property.
|
void |
setSteadyPoolSize(String value)
Sets the value of the steadyPoolSize property.
|
addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removePropertycreateChild, deepCopy, getParent, getParent@Min(value=0L) @Min(value=0L) String getSteadyPoolSize()
Stringvoid setSteadyPoolSize(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) @Min(value=0L) String getPoolResizeQuantity()
Stringvoid setPoolResizeQuantity(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) @Min(value=0L) String getMaxPoolSize()
Stringvoid setMaxPoolSize(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Min(value=0L) @Min(value=0L) String getIdleTimeoutInSeconds()
Stringvoid setIdleTimeoutInSeconds(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@PropertiesDesc(props=@PropertyDesc(name="cmt-max-runtime-exceptions",defaultValue="1",dataType=NonNegativeInteger.class,description="Deprecated. Specifies the maximum number of RuntimeException occurrences allowed from a message-driven bean\'s method when container-managed transactions are used")) List<Property> getProperty()
getProperty in interface PropertyBagCopyright © 2019. All rights reserved.