Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsx.map3.config
Interface MapHandlingMBean


public interface MapHandlingMBean

Inteface for MapHandlingMBean

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

Method Summary
 java.lang.String getDefaultNumberingPlan()
          Defines the default numbering plan used to set the MSISDN and the gsmSCF-Address parameter.
 java.lang.String getDefaultSs7EntityAlias()
          Specifies the SS7 entity to which IM-PSX sends MAP request.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getGsmScfAddress()
          Defines the value to set in the gsmSCF-Address parameter of the MAP request.
 java.lang.String getGsmScfAddressNoa()
          Defines the NOA of the gsmSCF-Address parameter in the MAP request.
 java.lang.String getMsisdnNoa()
          Defines the NOA of the MSISDN parameter in the MAP request.
 void setDefaultNumberingPlan(java.lang.String param)
          Defines the default numbering plan used to set the MSISDN and the gsmSCF-Address parameter.
 void setDefaultSs7EntityAlias(java.lang.String param)
          Specifies the SS7 entity to which IM-PSX sends MAP request.
 void setGsmScfAddress(java.lang.String param)
          Defines the value to set in the gsmSCF-Address parameter of the MAP request.
 void setGsmScfAddressNoa(java.lang.String param)
          Defines the NOA of the gsmSCF-Address parameter in the MAP request.
 void setMsisdnNoa(java.lang.String param)
          Defines the NOA of the MSISDN parameter in the MAP request.

 

Method Detail

getDefaultSs7EntityAlias

java.lang.String getDefaultSs7EntityAlias()
                                          throws java.io.IOException
Specifies the SS7 entity to which IM-PSX 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-PSX sends MAP request.
Parameters:
param -
Throws:
java.io.IOException

getGsmScfAddress

java.lang.String getGsmScfAddress()
                                  throws java.io.IOException
Defines the value to set in the gsmSCF-Address parameter of the MAP request. This is the address that identifies the IM-PSX in the mobile network.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGsmScfAddress

void setGsmScfAddress(java.lang.String param)
                      throws java.io.IOException
Defines the value to set in the gsmSCF-Address parameter of the MAP request. This is the address that identifies the IM-PSX in the mobile network.
Parameters:
param -
Throws:
java.io.IOException

getGsmScfAddressNoa

java.lang.String getGsmScfAddressNoa()
                                     throws java.io.IOException
Defines the NOA of the gsmSCF-Address parameter in the MAP request.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGsmScfAddressNoa

void setGsmScfAddressNoa(java.lang.String param)
                         throws java.io.IOException
Defines the NOA of the gsmSCF-Address parameter in the MAP request.
Parameters:
param -
Throws:
java.io.IOException

getMsisdnNoa

java.lang.String getMsisdnNoa()
                              throws java.io.IOException
Defines the NOA of the MSISDN parameter in the MAP request. Possible values: NETWORK_SPECIFIC, SUBSCRIBER_NUMBER, UNKNOWN, NATIONAL, INTERNATIONAL
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMsisdnNoa

void setMsisdnNoa(java.lang.String param)
                  throws java.io.IOException
Defines the NOA of the MSISDN parameter in the MAP request. Possible values: NETWORK_SPECIFIC, SUBSCRIBER_NUMBER, UNKNOWN, NATIONAL, INTERNATIONAL
Parameters:
param -
Throws:
java.io.IOException

getDefaultNumberingPlan

java.lang.String getDefaultNumberingPlan()
                                         throws java.io.IOException
Defines the default numbering plan used to set the MSISDN and the gsmSCF-Address parameter. Possible values: ISDN, DATA, TELEX
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultNumberingPlan

void setDefaultNumberingPlan(java.lang.String param)
                             throws java.io.IOException
Defines the default numbering plan used to set the MSISDN and the gsmSCF-Address parameter. Possible values: ISDN, DATA, TELEX
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.