Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.impsx.ansimap.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 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 getHlrNotifyWhenAvailable()
          Specifies whether or not an HLR sends SMSNotification to IM-PSX when a mobile subscriber who was previously unavailable becomes available again.
 java.lang.String getLocationOperation()
          Specifies a default ANSI-MAP operation for the Presence event.
 java.lang.String getMdnNoa()
          Specifies the NatureOfAddress of the MDN parameter that IM-PSX sets in ANSI-MAP operations.
 java.lang.String getSearchServiceId()
          Specifies the parameter in a Search request if all DataAccessElements in the DataAccessElementList are associated to a particular service.
 void setDefaultSs7EntityAlias(java.lang.String param)
          Specifies the SS7 entity to which IM-PSX sends MAP request.
 void setHlrNotifyWhenAvailable(java.lang.String param)
          Specifies whether or not an HLR sends SMSNotification to IM-PSX when a mobile subscriber who was previously unavailable becomes available again.
 void setLocationOperation(java.lang.String param)
          Specifies a default ANSI-MAP operation for the Presence event.
 void setMdnNoa(java.lang.String param)
          Specifies the NatureOfAddress of the MDN parameter that IM-PSX sets in ANSI-MAP operations.
 void setSearchServiceId(java.lang.String param)
          Specifies the parameter in a Search request if all DataAccessElements in the DataAccessElementList are associated to a particular service.

 

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

getLocationOperation

java.lang.String getLocationOperation()
                                      throws java.io.IOException
Specifies a default ANSI-MAP operation for the Presence event. Possible values: SMSREQ, SEARCH
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setLocationOperation

void setLocationOperation(java.lang.String param)
                          throws java.io.IOException
Specifies a default ANSI-MAP operation for the Presence event. Possible values: SMSREQ, SEARCH
Parameters:
param -
Throws:
java.io.IOException

getHlrNotifyWhenAvailable

java.lang.String getHlrNotifyWhenAvailable()
                                           throws java.io.IOException
Specifies whether or not an HLR sends SMSNotification to IM-PSX when a mobile subscriber who was previously unavailable becomes available again. Possible values: TRUE, FALSE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setHlrNotifyWhenAvailable

void setHlrNotifyWhenAvailable(java.lang.String param)
                               throws java.io.IOException
Specifies whether or not an HLR sends SMSNotification to IM-PSX when a mobile subscriber who was previously unavailable becomes available again. Possible values: TRUE, FALSE
Parameters:
param -
Throws:
java.io.IOException

getSearchServiceId

java.lang.String getSearchServiceId()
                                    throws java.io.IOException
Specifies the parameter in a Search request if all DataAccessElements in the DataAccessElementList are associated to a particular service.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSearchServiceId

void setSearchServiceId(java.lang.String param)
                        throws java.io.IOException
Specifies the parameter in a Search request if all DataAccessElements in the DataAccessElementList are associated to a particular service.
Parameters:
param -
Throws:
java.io.IOException

getMdnNoa

java.lang.String getMdnNoa()
                           throws java.io.IOException
Specifies the NatureOfAddress of the MDN parameter that IM-PSX sets in ANSI-MAP operations.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMdnNoa

void setMdnNoa(java.lang.String param)
               throws java.io.IOException
Specifies the NatureOfAddress of the MDN parameter that IM-PSX sets in ANSI-MAP 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.