public interface MdbContainer
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag, org.glassfish.api.admin.config.ConfigExtension
| 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<org.jvnet.hk2.config.types.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.
|
@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=org.glassfish.config.support.datatypes.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<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBagCopyright © 2017–2020 Eclipse Foundation. All rights reserved.