public interface SystemStatusRuntimeMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentLoadState()
Check server load status.
|
java.util.Set<java.lang.String> |
getExceededThresholds()
List of all threshold names for all exceeded thresholds on this managed server.
|
boolean |
getForceOverload()
Gets the value of the forced overload flag.
|
void |
setForceOverload(boolean flag)
Flag to force server into overload status.
|
java.lang.String getCurrentLoadState()
java.util.Set<java.lang.String> getExceededThresholds()
boolean getForceOverload()
void setForceOverload(boolean flag)
flag
- Forced overload flag.