Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap1.config
Interface AdvancedMBean


public interface AdvancedMBean

Inteface for AdvancedMBean

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

Method Summary
 java.lang.String getCheckASInitiatedSessionsForOverload()
           
 java.lang.String getCheckNetInitiatedSessionsForOverload()
           
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getReasonHeaderCauseValueForKeepAlive()
          Defines the value of the 'cause' parameter in SAL 'reason' header.
 java.lang.String getReasonHeaderTextValueForKeepAlive()
          Defines the value of the 'text' parameter in the SAL 'reason' header.
 int getSessionOverloadThreshold()
           
 int getTcapTotalLengthLimit()
          Maximal total TCAP message length
 java.lang.String getTransactionidStructure()
          Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
 int getWaitingForByeOrCancelIntervalSeconds()
          The orchestration module use SAL BYE request to disconnect call legs.
 void setCheckASInitiatedSessionsForOverload(java.lang.String param)
           
 void setCheckNetInitiatedSessionsForOverload(java.lang.String param)
           
 void setReasonHeaderCauseValueForKeepAlive(int param)
          Defines the value of the 'cause' parameter in SAL 'reason' header.
 void setReasonHeaderTextValueForKeepAlive(java.lang.String param)
          Defines the value of the 'text' parameter in the SAL 'reason' header.
 void setSessionOverloadThreshold(int param)
           
 void setTcapTotalLengthLimit(int param)
          Maximal total TCAP message length
 void setTransactionidStructure(java.lang.String param)
          Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
 void setWaitingForByeOrCancelIntervalSeconds(int param)
          The orchestration module use SAL BYE request to disconnect call legs.

 

Method Detail

getTransactionidStructure

java.lang.String getTransactionidStructure()
                                           throws java.io.IOException
Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTransactionidStructure

void setTransactionidStructure(java.lang.String param)
                               throws java.io.IOException
Indicates whether to always send a fix size of transaction id (4 bytes) or less if 4 bytes are not needed
Parameters:
param -
Throws:
java.io.IOException

getTcapTotalLengthLimit

int getTcapTotalLengthLimit()
                            throws java.io.IOException
Maximal total TCAP message length
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTcapTotalLengthLimit

void setTcapTotalLengthLimit(int param)
                             throws java.io.IOException
Maximal total TCAP message length
Parameters:
param -
Throws:
java.io.IOException

getCheckNetInitiatedSessionsForOverload

java.lang.String getCheckNetInitiatedSessionsForOverload()
                                                         throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCheckNetInitiatedSessionsForOverload

void setCheckNetInitiatedSessionsForOverload(java.lang.String param)
                                             throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getCheckASInitiatedSessionsForOverload

java.lang.String getCheckASInitiatedSessionsForOverload()
                                                        throws java.io.IOException
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCheckASInitiatedSessionsForOverload

void setCheckASInitiatedSessionsForOverload(java.lang.String param)
                                            throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getSessionOverloadThreshold

int getSessionOverloadThreshold()
                                throws java.io.IOException
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSessionOverloadThreshold

void setSessionOverloadThreshold(int param)
                                 throws java.io.IOException
Parameters:
param -
Throws:
java.io.IOException

getReasonHeaderCauseValueForKeepAlive

int getReasonHeaderCauseValueForKeepAlive()
                                          throws java.io.IOException
Defines the value of the 'cause' parameter in SAL 'reason' header. The 'reason' header is used by IM_SCF in BYE messages when INFO sent by IM_SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setReasonHeaderCauseValueForKeepAlive

void setReasonHeaderCauseValueForKeepAlive(int param)
                                           throws java.io.IOException
Defines the value of the 'cause' parameter in SAL 'reason' header. The 'reason' header is used by IM_SCF in BYE messages when INFO sent by IM_SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
param -
Throws:
java.io.IOException

getReasonHeaderTextValueForKeepAlive

java.lang.String getReasonHeaderTextValueForKeepAlive()
                                                      throws java.io.IOException
Defines the value of the 'text' parameter in the SAL 'reason' header. The 'reason' header is used by IM-SCF in BYE messages when INFO sent by IM-SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setReasonHeaderTextValueForKeepAlive

void setReasonHeaderTextValueForKeepAlive(java.lang.String param)
                                          throws java.io.IOException
Defines the value of the 'text' parameter in the SAL 'reason' header. The 'reason' header is used by IM-SCF in BYE messages when INFO sent by IM-SCF is responded with error (keep alive mechanism indicates that session does not exist)
Parameters:
param -
Throws:
java.io.IOException

getWaitingForByeOrCancelIntervalSeconds

int getWaitingForByeOrCancelIntervalSeconds()
                                            throws java.io.IOException
The orchestration module use SAL BYE request to disconnect call legs. Call is disconnected by sending consecutive BYE requests on the two call legs. This timer indicates the time
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setWaitingForByeOrCancelIntervalSeconds

void setWaitingForByeOrCancelIntervalSeconds(int param)
                                             throws java.io.IOException
The orchestration module use SAL BYE request to disconnect call legs. Call is disconnected by sending consecutive BYE requests on the two call legs. This timer indicates the time
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.