Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.cs1.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 getSessionOverloadThreshold()
           
 int getTcapTotalLengthLimit()
          Maximal total TCAP message length
 int getTnrDurationInSeconds()
          Specifies the time interval, in seconds, that IM-SSF waits for response to INVITE message
 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
 void setCheckASInitiatedSessionsForOverload(java.lang.String param)
           
 void setCheckNetInitiatedSessionsForOverload(java.lang.String param)
           
 void setSessionOverloadThreshold(int param)
           
 void setTcapTotalLengthLimit(int param)
          Maximal total TCAP message length
 void setTnrDurationInSeconds(int param)
          Specifies the time interval, in seconds, that IM-SSF waits for response to INVITE message
 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

 

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

getTnrDurationInSeconds

int getTnrDurationInSeconds()
                            throws java.io.IOException
Specifies the time interval, in seconds, that IM-SSF waits for response to INVITE message
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setTnrDurationInSeconds

void setTnrDurationInSeconds(int param)
                             throws java.io.IOException
Specifies the time interval, in seconds, that IM-SSF waits for response to INVITE message
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.