public interface ActorSettingsMBean
Modifier and Type | Method and Description |
---|---|
void |
addErrorHandling()
Add a new element named errorHandling
|
void |
addRedundancyMode()
Add a new element named redundancyMode
|
void |
addSessionCountingMode()
Add a new element named sessionCountingMode
|
java.lang.String |
getErrorHandlingValue() |
java.lang.String |
getImplementationClass()
Gets the value of the implementationClass property.
|
int |
getMaxEventCapacity()
Gets the value of the maxEventCapacity property.
|
int |
getMaxTimerCapacity()
Gets the value of the maxTimerCapacity property.
|
java.lang.String |
getRedundancyModeValue() |
java.lang.String |
getSessionCountingModeValue() |
void |
removeErrorHandling()
Remove an element named errorHandling
|
void |
removeRedundancyMode()
Remove an element named redundancyMode
|
void |
removeSessionCountingMode()
Remove an element named sessionCountingMode
|
void |
setErrorHandlingValue(java.lang.String value)
Set the value of errorHandling
|
void |
setImplementationClass(java.lang.String value)
Sets the value of the implementationClass property.
|
void |
setMaxEventCapacity(java.lang.Integer value)
Sets the value of the maxEventCapacity property.
|
void |
setMaxTimerCapacity(java.lang.Integer value)
Sets the value of the maxTimerCapacity property.
|
void |
setRedundancyModeValue(java.lang.String value)
Set the value of redundancyMode
|
void |
setSessionCountingModeValue(java.lang.String value)
Set the value of sessionCountingMode
|
java.lang.String getImplementationClass()
void setImplementationClass(java.lang.String value)
int getMaxEventCapacity()
void setMaxEventCapacity(java.lang.Integer value)
int getMaxTimerCapacity()
void setMaxTimerCapacity(java.lang.Integer value)
void addErrorHandling()
void removeErrorHandling()
void setErrorHandlingValue(java.lang.String value)
java.lang.String getErrorHandlingValue()
void addRedundancyMode()
void removeRedundancyMode()
void setRedundancyModeValue(java.lang.String value)
java.lang.String getRedundancyModeValue()
void addSessionCountingMode()
void removeSessionCountingMode()
void setSessionCountingModeValue(java.lang.String value)
java.lang.String getSessionCountingModeValue()