|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipOverloadProtectionBean
SipOverloadProtection descriptor bean.
| Field Summary | |
|---|---|
static String |
DEFAULT_ProtectionPolicydefault ProtectionPolicy. |
static int |
DEFAULT_ReleaseThresholddefault ReleaseThreshold. |
static int |
DEFAULT_TriggerThresholddefault TriggerThreshold. |
| Method Summary | |
|---|---|
String |
getProperties()Property of the overload protection in the form of name and value. |
String |
getProtectionPolicy()Overload protection policy.Only queue-size is supported in this release. |
int |
getReleaseThreshold()The threshold at which the overload protection will be removed. |
int |
getTriggerThreshold()The threshold at which the overload protection will be enabled. |
void |
setProperties(String value)Set the Properties. |
void |
setProtectionPolicy(String value)Set ProtectionPolicy Properties. |
void |
setReleaseThreshold(int value)Set ReleaseThreshold Properties. |
void |
setTriggerThreshold(int value)Set TriggerThreshold Properties. |
| Field Detail |
|---|
static final String DEFAULT_ProtectionPolicy
static final int DEFAULT_TriggerThreshold
static final int DEFAULT_ReleaseThreshold
| Method Detail |
|---|
String getProtectionPolicy()
void setProtectionPolicy(String value)
value - ProtectionPolicy.int getTriggerThreshold()
void setTriggerThreshold(int value)
value - TriggerThresholdint getReleaseThreshold()
void setReleaseThreshold(int value)
value - ReleaseThresholdString getProperties()
void setProperties(String value)
value - Properties
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.