Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsx.ansimap.config
Interface TcapMBean


public interface TcapMBean

Inteface for TcapMBean

Author:
osnat TcapMBean enables you to configure the TCAP layer of the module. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getActivateInvokeAlarmInApplicationLayer()
          When the TCAP layer receives an INVOKE, it triggers back PABORT if there is no response.
 int getApplicationPartGuardTimer()
          Specifies the PSM timer, which is a timer for incoming operations.
 int getClass4DefaultTimeoutInSeconds()
          Specifies the time period in seconds that the IM waits for possible REJECT.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getRejectTimeoutInSeconds()
          Specifies the time period in seconds that the IM waits for possible REJECT.
 int getResultSplitLength()
          Specifies the maximum length of the TCAP RESULT message.
 java.lang.String getTcapCslEncodingFormat()
          Specifies the standard format that is used to encode TCAP messages, in the CSL layer.
 java.lang.String getTcapTslEncodingFormat()
          Specifies the snandard format that is used to encode TCAP messages.
 void setActivateInvokeAlarmInApplicationLayer(java.lang.String param)
          When the TCAP layer receives an INVOKE, it triggers back PABORT if there is no response.
 void setApplicationPartGuardTimer(int param)
          Specifies the PSM timer, which is a timer for incoming operations.
 void setClass4DefaultTimeoutInSeconds(int param)
          Specifies the time period in seconds that the IM waits for possible REJECT.
 void setRejectTimeoutInSeconds(int param)
          Specifies the time period in seconds that the IM waits for possible REJECT.
 void setResultSplitLength(int param)
          Specifies the maximum length of the TCAP RESULT message.
 void setTcapCslEncodingFormat(java.lang.String param)
          Specifies the standard format that is used to encode TCAP messages, in the CSL layer.
 void setTcapTslEncodingFormat(java.lang.String param)
          Specifies the snandard format that is used to encode TCAP messages.

 

Method Detail

getTcapTslEncodingFormat

java.lang.String getTcapTslEncodingFormat()
                                          throws java.io.IOException
Specifies the snandard format that is used to encode TCAP messages. Possible values: etsi and ansi
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTcapTslEncodingFormat

void setTcapTslEncodingFormat(java.lang.String param)
                              throws java.io.IOException
Specifies the snandard format that is used to encode TCAP messages. Possible values: etsi and ansi
Parameters:
param -
Throws:
java.io.IOException

getTcapCslEncodingFormat

java.lang.String getTcapCslEncodingFormat()
                                          throws java.io.IOException
Specifies the standard format that is used to encode TCAP messages, in the CSL layer. Possible values: etsi and ansi
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setTcapCslEncodingFormat

void setTcapCslEncodingFormat(java.lang.String param)
                              throws java.io.IOException
Specifies the standard format that is used to encode TCAP messages, in the CSL layer. Possible values: etsi and ansi
Parameters:
param -
Throws:
java.io.IOException

getClass4DefaultTimeoutInSeconds

int getClass4DefaultTimeoutInSeconds()
                                     throws java.io.IOException
Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 4 operations.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setClass4DefaultTimeoutInSeconds

void setClass4DefaultTimeoutInSeconds(int param)
                                      throws java.io.IOException
Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 4 operations.
Parameters:
param -
Throws:
java.io.IOException

getRejectTimeoutInSeconds

int getRejectTimeoutInSeconds()
                              throws java.io.IOException
Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 1-3 operations.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRejectTimeoutInSeconds

void setRejectTimeoutInSeconds(int param)
                               throws java.io.IOException
Specifies the time period in seconds that the IM waits for possible REJECT. The timer starts when sending INVOKE for class 1-3 operations.
Parameters:
param -
Throws:
java.io.IOException

getApplicationPartGuardTimer

int getApplicationPartGuardTimer()
                                 throws java.io.IOException
Specifies the PSM timer, which is a timer for incoming operations.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setApplicationPartGuardTimer

void setApplicationPartGuardTimer(int param)
                                  throws java.io.IOException
Specifies the PSM timer, which is a timer for incoming operations.
Parameters:
param -
Throws:
java.io.IOException

getActivateInvokeAlarmInApplicationLayer

java.lang.String getActivateInvokeAlarmInApplicationLayer()
                                                          throws java.io.IOException
When the TCAP layer receives an INVOKE, it triggers back PABORT if there is no response. The waiting time period for response is configured in the encoding library. The Activate Invoke Alarm in Application Layer parameter specifies whether or not to activate this timer. Possible values: True, False
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setActivateInvokeAlarmInApplicationLayer

void setActivateInvokeAlarmInApplicationLayer(java.lang.String param)
                                              throws java.io.IOException
When the TCAP layer receives an INVOKE, it triggers back PABORT if there is no response. The waiting time period for response is configured in the encoding library. The Activate Invoke Alarm in Application Layer parameter specifies whether or not to activate this timer. Possible values: True, False
Parameters:
param -
Throws:
java.io.IOException

getResultSplitLength

int getResultSplitLength()
                         throws java.io.IOException
Specifies the maximum length of the TCAP RESULT message. When the actual length of the message exceeds the specified value, the message is split.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setResultSplitLength

void setResultSplitLength(int param)
                          throws java.io.IOException
Specifies the maximum length of the TCAP RESULT message. When the actual length of the message exceeds the specified value, the message is split.
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.