Modifier and Type | Field and Description |
---|---|
static String |
QUEUE_LENGTH_POLICY |
static String |
SESSION_RATE_POLICY |
Modifier and Type | Method and Description |
---|---|
long |
getReleaseValue()
The measured value that releases the overload condition.
|
String |
getThresholdPolicy()
The type of measurement used to monitor overload conditions.
|
long |
getThresholdValue()
The measured value that triggers an overload condition.
|
void |
setReleaseValue(long value) |
void |
setThresholdPolicy(String type) |
void |
setThresholdValue(long value) |
getName, setName
static final String SESSION_RATE_POLICY
static final String QUEUE_LENGTH_POLICY
String getThresholdPolicy()
The type of measurement used to monitor overload conditions.
void setThresholdPolicy(String type)
long getThresholdValue()
The measured value that triggers an overload condition.
After the threshold value is observed, WebLogic Communications Server throttles new SIP requests until the configured release value is observed.
void setThresholdValue(long value)
long getReleaseValue()
The measured value that releases the overload condition.
void setReleaseValue(long value)