Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface SipOverloadProtectionBean


public interface SipOverloadProtectionBean

SipOverloadProtection descriptor bean.


Field Summary
static String DEFAULT_ProtectionPolicy
          default ProtectionPolicy.
static int DEFAULT_ReleaseThreshold
          default ReleaseThreshold.
static int DEFAULT_TriggerThreshold
          default 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

DEFAULT_ProtectionPolicy

static final String DEFAULT_ProtectionPolicy
default ProtectionPolicy.
See Also:
Constant Field Values

DEFAULT_TriggerThreshold

static final int DEFAULT_TriggerThreshold
default TriggerThreshold.
See Also:
Constant Field Values

DEFAULT_ReleaseThreshold

static final int DEFAULT_ReleaseThreshold
default ReleaseThreshold.
See Also:
Constant Field Values

Method Detail

getProtectionPolicy

String getProtectionPolicy()
Overload protection policy.Only queue-size is supported in this release.
Returns:
protectionPolicy.

setProtectionPolicy

void setProtectionPolicy(String value)
Set ProtectionPolicy Properties.
Parameters:
value - ProtectionPolicy.

getTriggerThreshold

int getTriggerThreshold()
The threshold at which the overload protection will be enabled.
Returns:
triggerThreshold

setTriggerThreshold

void setTriggerThreshold(int value)
Set TriggerThreshold Properties.
Parameters:
value - TriggerThreshold

getReleaseThreshold

int getReleaseThreshold()
The threshold at which the overload protection will be removed.
Returns:
releaseThreshold

setReleaseThreshold

void setReleaseThreshold(int value)
Set ReleaseThreshold Properties.
Parameters:
value - ReleaseThreshold

getProperties

String getProperties()
Property of the overload protection in the form of name and value.
Returns:
Properties

setProperties

void setProperties(String value)
Set the Properties.
Parameters:
value - Properties

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.