Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsxplugin.ansi.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 getApplicationServerRoute()
          Defines the destination to which IM-TCAP sends Sal Events
 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
 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 setApplicationServerRoute(java.lang.String param)
          Defines the destination to which IM-TCAP sends Sal Events
 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 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

getApplicationServerRoute

java.lang.String getApplicationServerRoute()
                                           throws java.io.IOException
Defines the destination to which IM-TCAP sends Sal Events
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setApplicationServerRoute

void setApplicationServerRoute(java.lang.String param)
                               throws java.io.IOException
Defines the destination to which IM-TCAP sends Sal Events
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.