Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


oracle.ocsg.plugin.terminal_status.map.management
Interface MapTSMBean


public interface MapTSMBean

Field Summary
static Boolean allowATM
           
static Integer atiTimeout
           
static Integer bindToStackRetryInterval
           
static Integer bindToStackRetryPeriod
           
static Boolean bound
           
static String cpUserId
           
static Integer groupRequestTimeout
           
static String gsmscfAddressDigits
           
static Integer localSpc
           
static Integer localSsn
           
static Integer noOfPluginInstances
           
static Integer pluginInstanceId
           
static String ss7Host
           
static String ss7Instances
           
static Integer ss7PortNumber
           

 

Method Summary
 void addNetworkSelection(String ServiceProviderId, String MAPVersion, String MAPApplicationContext, String MAPApplicationHandlingContext, String MAPApplicationReporingContext, String MAPDialogueAS, Integer SSN, Integer DPC, Integer GTI, Integer TT, Integer Na, Integer Np)
           
 void addNetworkSelectionRoute(String serviceProviderId, String expression)
           
 void bindToStack()
           
 String doNetworkSelectionRouteMatch(String address)
           
 Boolean getAllowATM()
           
 Integer getAtiTimeout()
          Get the ATI timeout value
 Integer getBindToStackRetryInterval()
           
 Integer getBindToStackRetryPeriod()
           
 Boolean getBound()
           
 String getCpUserId()
          Get the CommonParts user ID.
 Integer getGroupRequestTimeout()
           
 String getGsmscfAddressDigits()
          Get the GSMSCF Address digits
 Integer getJCPQueueSize()
           
 Integer getLocalSpc()
          Get the local SPC.
 Integer getLocalSsn()
          Get the local SSN.
 String getNetworkSelection(String ServiceProviderId)
           
 String getNetworkSelectionRoute(String expression)
           
 Integer getNumOfPluginInstances()
          Get the number of plug-in instances.
 Integer getPluginInstanceId()
          Get the plug-in instance ID.
 String getSs7Host()
          Get the SS7 host address.
 String getSs7Instances()
          Get the SS7 instances.
 Integer getSs7PortNumber()
          Get the SS7 port number.
 String[] listAllNetworkSelectionRoutes()
           
 String[] listNetworkSelectionRoutes(String serviceProviderId)
           
 String[] listNetworkSelections()
           
 String removeNetworkSelection(String ServiceProviderId)
           
 String removeNetworkSelectionRoute(String expression)
           
 void removeNotifications(Boolean includeActiveNotifications)
           
 void setAllowATM(Boolean allowATM)
           
 void setAtiTimeout(Integer timeout)
          Set the ATI timeout value.
 void setBindToStackRetryInterval(Integer interval)
          Set the Bind to stack retry period.
 void setBindToStackRetryPeriod(Integer period)
          Set the Bind to stack retry period.
 void setCpUserId(String cpUserId)
          Set the CommonParts user ID.
 void setGroupRequestTimeout(Integer timeout)
          Set the Group request timeout in seconds.
 void setGsmscfAddressDigits(String digits)
          Set the GSMSCF Address digits
 void setJCPQueueSize(Integer queueSize)
          Sets the JCP message queue size.
 void setLocalSpc(Integer spc)
          Set the local SPC.
 void setLocalSsn(Integer ssn)
          Set the local SSN.
 void setNumOfPluginInstances(Integer numOfPluginInstances)
          Set the number of plug-in instances.
 void setPluginInstanceId(Integer pluginInstanceId)
          Set the plug-in instance ID.
 void setSs7Host(String ss7Host)
          Set the SS7 host address.
 void setSs7Instances(String ss7instances)
          Set the SS7 instances.
 void setSs7PortNumber(Integer ss7PortNumber)
          Set the SS7 port number.

 

Field Detail

allowATM

public static final Boolean allowATM

atiTimeout

public static final Integer atiTimeout

bindToStackRetryInterval

public static final Integer bindToStackRetryInterval

bindToStackRetryPeriod

public static final Integer bindToStackRetryPeriod

bound

public static final Boolean bound

cpUserId

public static final String cpUserId

groupRequestTimeout

public static final Integer groupRequestTimeout

gsmscfAddressDigits

public static final String gsmscfAddressDigits

localSpc

public static final Integer localSpc

localSsn

public static final Integer localSsn

noOfPluginInstances

public static final Integer noOfPluginInstances

pluginInstanceId

public static final Integer pluginInstanceId

ss7Host

public static final String ss7Host

ss7Instances

public static final String ss7Instances

ss7PortNumber

public static final Integer ss7PortNumber

Method Detail

addNetworkSelection

public void addNetworkSelection(String ServiceProviderId,
                                String MAPVersion,
                                String MAPApplicationContext,
                                String MAPApplicationHandlingContext,
                                String MAPApplicationReporingContext,
                                String MAPDialogueAS,
                                Integer SSN,
                                Integer DPC,
                                Integer GTI,
                                Integer TT,
                                Integer Na,
                                Integer Np)
                         throws StorageException,
                                ConfigurationException
Throws:
StorageException
ConfigurationException

addNetworkSelectionRoute

public void addNetworkSelectionRoute(String serviceProviderId,
                                     String expression)
                              throws StorageException
Throws:
StorageException

bindToStack

public void bindToStack()
                 throws Exception
Throws:
Exception

doNetworkSelectionRouteMatch

public String doNetworkSelectionRouteMatch(String address)
                                    throws StorageException
Throws:
StorageException

getAllowATM

public Boolean getAllowATM()
                    throws ConfigurationException
Returns:
whether allow ATM operation to trigger notification
Throws:
ConfigurationException

getAtiTimeout

public Integer getAtiTimeout()
                      throws NotInitializedException,
                             InvalidTypeException
Get the ATI timeout value
Returns:
ATI timeout in ms.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getBindToStackRetryInterval

public Integer getBindToStackRetryInterval()
                                    throws NotInitializedException,
                                           InvalidTypeException
Returns:
interval in seconds.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than Integer.

getBindToStackRetryPeriod

public Integer getBindToStackRetryPeriod()
                                  throws NotInitializedException,
                                         InvalidTypeException
Returns:
period in seconds.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than Integer.

getBound

public Boolean getBound()
Returns:
bind status

getCpUserId

public String getCpUserId()
                   throws NotInitializedException,
                          InvalidTypeException
Get the CommonParts user ID.
Returns:
CommonParts user ID.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getGroupRequestTimeout

public Integer getGroupRequestTimeout()
                               throws NotInitializedException,
                                      InvalidTypeException
Returns:
timeout in seconds.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than Integer.

getGsmscfAddressDigits

public String getGsmscfAddressDigits()
                              throws NotInitializedException,
                                     InvalidTypeException
Get the GSMSCF Address digits
Returns:
GSMSCF Address digits
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getJCPQueueSize

public Integer getJCPQueueSize()
                        throws ConfigurationException
Returns:
The size of JCP Queue
Throws:
ConfigurationException

getLocalSpc

public Integer getLocalSpc()
                    throws NotInitializedException,
                           InvalidTypeException
Get the local SPC.
Returns:
Local SPC.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getLocalSsn

public Integer getLocalSsn()
                    throws NotInitializedException,
                           InvalidTypeException
Get the local SSN.
Returns:
Local SSN.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getNetworkSelection

public String getNetworkSelection(String ServiceProviderId)
                           throws StorageException
Throws:
StorageException

getNetworkSelectionRoute

public String getNetworkSelectionRoute(String expression)
                                throws StorageException
Throws:
StorageException

getNumOfPluginInstances

public Integer getNumOfPluginInstances()
                                throws NotInitializedException,
                                       InvalidTypeException
Get the number of plug-in instances.
Returns:
Number of plug-in instances.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getPluginInstanceId

public Integer getPluginInstanceId()
                            throws NotInitializedException,
                                   InvalidTypeException
Get the plug-in instance ID.
Returns:
Plug-in instance ID.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getSs7Host

public String getSs7Host()
                  throws NotInitializedException,
                         InvalidTypeException
Get the SS7 host address.
Returns:
SS7 host address.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getSs7Instances

public String getSs7Instances()
                       throws NotInitializedException,
                              InvalidTypeException
Get the SS7 instances.
Returns:
SS7 instances.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

getSs7PortNumber

public Integer getSs7PortNumber()
                         throws NotInitializedException,
                                InvalidTypeException
Get the SS7 port number.
Returns:
SS7 port number.
Throws:
NotInitializedException - thrown if the parameter has not been initialized.
InvalidTypeException - thrown if the key was initialized to other type than String.

listAllNetworkSelectionRoutes

public String[] listAllNetworkSelectionRoutes()
                                       throws StorageException
Throws:
StorageException

listNetworkSelectionRoutes

public String[] listNetworkSelectionRoutes(String serviceProviderId)
                                    throws StorageException
Throws:
StorageException

listNetworkSelections

public String[] listNetworkSelections()
                               throws StorageException
Throws:
StorageException

removeNetworkSelection

public String removeNetworkSelection(String ServiceProviderId)
                              throws StorageException
Throws:
StorageException

removeNetworkSelectionRoute

public String removeNetworkSelectionRoute(String expression)
                                   throws StorageException
Throws:
StorageException

removeNotifications

public void removeNotifications(Boolean includeActiveNotifications)
                         throws StorageException
Throws:
StorageException

setAllowATM

public void setAllowATM(Boolean allowATM)
                 throws ConfigurationException
Parameters:
allowATM - whether allow ATM operation
Throws:
ConfigurationException

setAtiTimeout

public void setAtiTimeout(Integer timeout)
                   throws ConfigurationException
Set the ATI timeout value.
Parameters:
timeout - timeout in ms
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setBindToStackRetryInterval

public void setBindToStackRetryInterval(Integer interval)
                                 throws ConfigurationException
Set the Bind to stack retry period.
Parameters:
interval - in seconds
Throws:
ConfigurationException - if there was an error communicating with the database.

setBindToStackRetryPeriod

public void setBindToStackRetryPeriod(Integer period)
                               throws ConfigurationException
Set the Bind to stack retry period.
Parameters:
period - in seconds
Throws:
ConfigurationException - if there was an error communicating with the database.

setCpUserId

public void setCpUserId(String cpUserId)
                 throws ConfigurationException
Set the CommonParts user ID.
Parameters:
cpUserId -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setGroupRequestTimeout

public void setGroupRequestTimeout(Integer timeout)
                            throws ConfigurationException
Set the Group request timeout in seconds.
Parameters:
timeout - in seconds
Throws:
ConfigurationException - if there was an error communicating with the database.

setGsmscfAddressDigits

public void setGsmscfAddressDigits(String digits)
                            throws ConfigurationException
Set the GSMSCF Address digits
Throws:
ConfigurationException

setJCPQueueSize

public void setJCPQueueSize(Integer queueSize)
                     throws ConfigurationException
Sets the JCP message queue size. A big queue size will handle temporary bursts of event, but it will also use up more memory. Default is 90.
Parameters:
queueSize -
Throws:
ConfigurationException

setLocalSpc

public void setLocalSpc(Integer spc)
                 throws ConfigurationException
Set the local SPC.
Parameters:
spc - local SPC, e.g. 777
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setLocalSsn

public void setLocalSsn(Integer ssn)
                 throws ConfigurationException
Set the local SSN.
Parameters:
ssn - local SSN, e.g. 254
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setNumOfPluginInstances

public void setNumOfPluginInstances(Integer numOfPluginInstances)
                             throws ConfigurationException
Set the number of plug-in instances.
Parameters:
numOfPluginInstances -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setPluginInstanceId

public void setPluginInstanceId(Integer pluginInstanceId)
                         throws ConfigurationException
Set the plug-in instance ID.
Parameters:
pluginInstanceId -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setSs7Host

public void setSs7Host(String ss7Host)
                throws ConfigurationException
Set the SS7 host address.
Parameters:
ss7Host -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setSs7Instances

public void setSs7Instances(String ss7instances)
                     throws ConfigurationException
Set the SS7 instances.
Parameters:
ss7instances -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

setSs7PortNumber

public void setSs7PortNumber(Integer ss7PortNumber)
                      throws ConfigurationException
Set the SS7 port number.
Parameters:
ss7PortNumber -
Throws:
ConfigurationException - thrown if there was an error communicating with the database.

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
5.0

E21718-01


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.