Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imuixussd.gsmmap3.config
Interface MapHandlingMBean


public interface MapHandlingMBean

Inteface for MapHandlingMBean

Author:
osnat MapHandlingMBean enables you to configure the IM-UIX USSD MAP interface. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getCBSDataCoding()
          Defines the coding scheme used for service initiated USSD request.
 java.lang.String getDefaultSs7EntityAlias()
          Specifies the SS7 entity to which IM-UIX USSD sends MAP request.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getUSSDSessionTimeoutInMinutes()
          Specifies the time period in minutes for MS-initiated USSD session.
 void setCBSDataCoding(java.lang.String param)
          Defines the coding scheme used for service initiated USSD request.
 void setDefaultSs7EntityAlias(java.lang.String param)
          Specifies the SS7 entity to which IM-UIX USSD sends MAP request.
 void setUSSDSessionTimeoutInMinutes(int param)
          Specifies the time period in minutes for MS-initiated USSD session.

 

Method Detail

getDefaultSs7EntityAlias

java.lang.String getDefaultSs7EntityAlias()
                                          throws java.io.IOException
Specifies the SS7 entity to which IM-UIX USSD sends MAP request.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultSs7EntityAlias

void setDefaultSs7EntityAlias(java.lang.String param)
                              throws java.io.IOException
Specifies the SS7 entity to which IM-UIX USSD sends MAP request.
Parameters:
param -
Throws:
java.io.IOException

getUSSDSessionTimeoutInMinutes

int getUSSDSessionTimeoutInMinutes()
                                   throws java.io.IOException
Specifies the time period in minutes for MS-initiated USSD session. When this timer expires, IM-UIX USSD terminates the USSD transaction and close the session.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setUSSDSessionTimeoutInMinutes

void setUSSDSessionTimeoutInMinutes(int param)
                                    throws java.io.IOException
Specifies the time period in minutes for MS-initiated USSD session. When this timer expires, IM-UIX USSD terminates the USSD transaction and close the session.
Parameters:
param -
Throws:
java.io.IOException

getCBSDataCoding

java.lang.String getCBSDataCoding()
                                  throws java.io.IOException
Defines the coding scheme used for service initiated USSD request. Possible values: GSM 7-bit, 8-bit, UCS-2
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCBSDataCoding

void setCBSDataCoding(java.lang.String param)
                      throws java.io.IOException
Defines the coding scheme used for service initiated USSD request. Possible values: GSM 7-bit, 8-bit, UCS-2
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.