|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MdbContainer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
java.lang.String |
getIdleTimeoutInSeconds()
Gets the value of the idleTimeoutInSeconds property. |
java.lang.String |
getMaxPoolSize()
Gets the value of the maxPoolSize property. |
java.lang.String |
getPoolResizeQuantity()
Gets the value of the poolResizeQuantity property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties. |
java.lang.String |
getSteadyPoolSize()
Gets the value of the steadyPoolSize property. |
void |
setIdleTimeoutInSeconds(java.lang.String value)
Sets the value of the idleTimeoutInSeconds property. |
void |
setMaxPoolSize(java.lang.String value)
Sets the value of the maxPoolSize property. |
void |
setPoolResizeQuantity(java.lang.String value)
Sets the value of the poolResizeQuantity property. |
void |
setSteadyPoolSize(java.lang.String value)
Sets the value of the steadyPoolSize property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@Min(value=0L) java.lang.String getSteadyPoolSize()
String
void setSteadyPoolSize(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getPoolResizeQuantity()
String
void setPoolResizeQuantity(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getMaxPoolSize()
String
void setMaxPoolSize(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@Min(value=0L) java.lang.String getIdleTimeoutInSeconds()
String
void setIdleTimeoutInSeconds(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@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")) java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||