public interface ModuleInstanceMBean
Modifier and Type | Method and Description |
---|---|
AllocatorsMBean |
getAllocatorsMBean()
Return the value of the Allocators element
|
java.math.BigInteger |
getKeepAliveSessionDuration()
Gets the value of the keepAliveSessionDuration property.
|
java.math.BigInteger |
getMaxActiveSessionDuration()
Gets the value of the maxActiveSessionDuration property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
OverloadProtectionMBean |
getOverloadProtectionMBean()
Return the value of the OverloadProtection element
|
java.lang.String |
getPersistencyModeValue() |
java.lang.String |
getState()
Gets the value of the state property.
|
TracingMBean |
getTracingMBean()
Return the value of the Tracing element
|
void |
setAllocatorsMBean(AllocatorsMBean val)
Set the value of the Allocators element
|
void |
setKeepAliveSessionDuration(java.math.BigInteger value)
Sets the value of the keepAliveSessionDuration property.
|
void |
setMaxActiveSessionDuration(java.math.BigInteger value)
Sets the value of the maxActiveSessionDuration property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setOverloadProtectionMBean(OverloadProtectionMBean val)
Set the value of the OverloadProtection element
|
void |
setPersistencyModeValue(java.lang.String value)
Set the value of persistencyMode
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setTracingMBean(TracingMBean val)
Set the value of the Tracing element
|
java.lang.String getName()
void setName(java.lang.String value)
java.lang.String getState()
void setState(java.lang.String value)
java.math.BigInteger getMaxActiveSessionDuration()
void setMaxActiveSessionDuration(java.math.BigInteger value)
java.math.BigInteger getKeepAliveSessionDuration()
void setKeepAliveSessionDuration(java.math.BigInteger value)
void setPersistencyModeValue(java.lang.String value)
java.lang.String getPersistencyModeValue()
AllocatorsMBean getAllocatorsMBean()
void setAllocatorsMBean(AllocatorsMBean val)
OverloadProtectionMBean getOverloadProtectionMBean()
void setOverloadProtectionMBean(OverloadProtectionMBean val)
TracingMBean getTracingMBean()
void setTracingMBean(TracingMBean val)