Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsxplugin.ansi.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
 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.
 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 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 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

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.