Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.framework.config
Interface OverloadProtectionMethodsMBean


public interface OverloadProtectionMethodsMBean

Inteface for OverloadProtectionMethodsMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getDiameterResponseResultCode()
          Specifies a response Result-Code AVP that Service Broker returns to a Diameter network entity when Service Broker declines the attempt to establish a session.
 java.lang.String getEnabled()
          Specifies whether or not the overload protection mechanism is enabled.
 javax.management.ObjectName getOverloadProtection()
          Returns the MBean parent get accessor to the parent mbean: OverloadProtection
 int getSALResponseStatusCode()
          Specifies a SAL error that Service Broker returns to a SAL Application entity when Service Broker declines an attempt to establish a session.
 int getSIPResponseStatusCode()
          Specifies a SIP error that Service Broker returns to a SIP network entity when Service Broker declines an attempt to establish a session.
 int getSIPRetryAfter()
          Specifies the value that Service Broker sets in the Retry-After header of the error response sent to the network entity.
 int getWSResponseStatusCode()
          Specifies a Web Service error that Service Broker returns to a Web Service network entity when Service Broker declines an attempt to establish a session.
 void setDiameterResponseResultCode(int param)
          Specifies a response Result-Code AVP that Service Broker returns to a Diameter network entity when Service Broker declines the attempt to establish a session.
 void setEnabled(java.lang.String param)
          Specifies whether or not the overload protection mechanism is enabled.
 void setSALResponseStatusCode(int param)
          Specifies a SAL error that Service Broker returns to a SAL Application entity when Service Broker declines an attempt to establish a session.
 void setSIPResponseStatusCode(int param)
          Specifies a SIP error that Service Broker returns to a SIP network entity when Service Broker declines an attempt to establish a session.
 void setSIPRetryAfter(int param)
          Specifies the value that Service Broker sets in the Retry-After header of the error response sent to the network entity.
 void setWSResponseStatusCode(int param)
          Specifies a Web Service error that Service Broker returns to a Web Service network entity when Service Broker declines an attempt to establish a session.

 

Method Detail

getOverloadProtection

javax.management.ObjectName getOverloadProtection()
                                                  throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: OverloadProtection
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getEnabled

java.lang.String getEnabled()
                            throws java.io.IOException
Specifies whether or not the overload protection mechanism is enabled.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setEnabled

void setEnabled(java.lang.String param)
                throws java.io.IOException
Specifies whether or not the overload protection mechanism is enabled.
Parameters:
param -
Throws:
java.io.IOException

getSIPResponseStatusCode

int getSIPResponseStatusCode()
                             throws java.io.IOException
Specifies a SIP error that Service Broker returns to a SIP network entity when Service Broker declines an attempt to establish a session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSIPResponseStatusCode

void setSIPResponseStatusCode(int param)
                              throws java.io.IOException
Specifies a SIP error that Service Broker returns to a SIP network entity when Service Broker declines an attempt to establish a session.
Parameters:
param -
Throws:
java.io.IOException

getSIPRetryAfter

int getSIPRetryAfter()
                     throws java.io.IOException
Specifies the value that Service Broker sets in the Retry-After header of the error response sent to the network entity. This value defines how long the network entity waits before it retries to establish a session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSIPRetryAfter

void setSIPRetryAfter(int param)
                      throws java.io.IOException
Specifies the value that Service Broker sets in the Retry-After header of the error response sent to the network entity. This value defines how long the network entity waits before it retries to establish a session.
Parameters:
param -
Throws:
java.io.IOException

getDiameterResponseResultCode

int getDiameterResponseResultCode()
                                  throws java.io.IOException
Specifies a response Result-Code AVP that Service Broker returns to a Diameter network entity when Service Broker declines the attempt to establish a session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setDiameterResponseResultCode

void setDiameterResponseResultCode(int param)
                                   throws java.io.IOException
Specifies a response Result-Code AVP that Service Broker returns to a Diameter network entity when Service Broker declines the attempt to establish a session.
Parameters:
param -
Throws:
java.io.IOException

getWSResponseStatusCode

int getWSResponseStatusCode()
                            throws java.io.IOException
Specifies a Web Service error that Service Broker returns to a Web Service network entity when Service Broker declines an attempt to establish a session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWSResponseStatusCode

void setWSResponseStatusCode(int param)
                             throws java.io.IOException
Specifies a Web Service error that Service Broker returns to a Web Service network entity when Service Broker declines an attempt to establish a session.
Parameters:
param -
Throws:
java.io.IOException

getSALResponseStatusCode

int getSALResponseStatusCode()
                             throws java.io.IOException
Specifies a SAL error that Service Broker returns to a SAL Application entity when Service Broker declines an attempt to establish a session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSALResponseStatusCode

void setSALResponseStatusCode(int param)
                              throws java.io.IOException
Specifies a SAL error that Service Broker returns to a SAL Application entity when Service Broker declines an attempt to establish a session.
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.