Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.sigtran.config
Interface SccpRemoteAddressDynamicGtMBean


public interface SccpRemoteAddressDynamicGtMBean

Inteface for SccpRemoteAddressDynamicGtMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAlias()
          Specifies an alias name given to an SCCP address.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDescription()
          Specifies a description for the dynamic GT address
 int getGtindicator()
          Specifies the Global Title Indicator part of the GT
 int getGtnatureofaddress()
          Specifies the Nature of Address Indicator part of the GT
 int getGtNumberingPlan()
          Specifies the Numbering Plan part of the GT
 int getGttranslationtype()
          Specifies the Translation Type part of the SCCP address
 java.lang.String getNetworkindicator()
          Specifies the network type.
 int getPointCode()
          Optional: specifies the point code part of the SCCP address.
 javax.management.ObjectName getSccpRemoteAddressDynamicGts_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpRemoteAddressDynamicGts_REFSEP_
 int getSubsystemnumber()
          Specifies the SSN part of the SCCP address that identifies the user function
 void setAlias(java.lang.String param)
          Specifies an alias name given to an SCCP address.
 void setDescription(java.lang.String param)
          Specifies a description for the dynamic GT address
 void setGtindicator(int param)
          Specifies the Global Title Indicator part of the GT
 void setGtnatureofaddress(int param)
          Specifies the Nature of Address Indicator part of the GT
 void setGtNumberingPlan(int param)
          Specifies the Numbering Plan part of the GT
 void setGttranslationtype(int param)
          Specifies the Translation Type part of the SCCP address
 void setNetworkindicator(java.lang.String param)
          Specifies the network type.
 void setPointCode(int param)
          Optional: specifies the point code part of the SCCP address.
 void setSubsystemnumber(int param)
          Specifies the SSN part of the SCCP address that identifies the user function

 

Method Detail

getSccpRemoteAddressDynamicGts_REFSEP_

javax.management.ObjectName getSccpRemoteAddressDynamicGts_REFSEP_()
                                                                   throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: SccpRemoteAddressDynamicGts_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getNetworkindicator

java.lang.String getNetworkindicator()
                                     throws java.io.IOException
Specifies the network type. The following options are available: - International Network; - International Network Extension; - National Network; - National Network Extension;
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNetworkindicator

void setNetworkindicator(java.lang.String param)
                         throws java.io.IOException
Specifies the network type. The following options are available: - International Network; - International Network Extension; - National Network; - National Network Extension;
Parameters:
param -
Throws:
java.io.IOException

getDescription

java.lang.String getDescription()
                                throws java.io.IOException
Specifies a description for the dynamic GT address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDescription

void setDescription(java.lang.String param)
                    throws java.io.IOException
Specifies a description for the dynamic GT address
Parameters:
param -
Throws:
java.io.IOException

getPointCode

int getPointCode()
                 throws java.io.IOException
Optional: specifies the point code part of the SCCP address. When specified, the SSU routes messages to the specified point code, including a GT address.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setPointCode

void setPointCode(int param)
                  throws java.io.IOException
Optional: specifies the point code part of the SCCP address. When specified, the SSU routes messages to the specified point code, including a GT address.
Parameters:
param -
Throws:
java.io.IOException

getSubsystemnumber

int getSubsystemnumber()
                       throws java.io.IOException
Specifies the SSN part of the SCCP address that identifies the user function
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSubsystemnumber

void setSubsystemnumber(int param)
                        throws java.io.IOException
Specifies the SSN part of the SCCP address that identifies the user function
Parameters:
param -
Throws:
java.io.IOException

getGtindicator

int getGtindicator()
                   throws java.io.IOException
Specifies the Global Title Indicator part of the GT
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setGtindicator

void setGtindicator(int param)
                    throws java.io.IOException
Specifies the Global Title Indicator part of the GT
Parameters:
param -
Throws:
java.io.IOException

getGtnatureofaddress

int getGtnatureofaddress()
                         throws java.io.IOException
Specifies the Nature of Address Indicator part of the GT
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setGtnatureofaddress

void setGtnatureofaddress(int param)
                          throws java.io.IOException
Specifies the Nature of Address Indicator part of the GT
Parameters:
param -
Throws:
java.io.IOException

getGtNumberingPlan

int getGtNumberingPlan()
                       throws java.io.IOException
Specifies the Numbering Plan part of the GT
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setGtNumberingPlan

void setGtNumberingPlan(int param)
                        throws java.io.IOException
Specifies the Numbering Plan part of the GT
Parameters:
param -
Throws:
java.io.IOException

getGttranslationtype

int getGttranslationtype()
                         throws java.io.IOException
Specifies the Translation Type part of the SCCP address
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setGttranslationtype

void setGttranslationtype(int param)
                          throws java.io.IOException
Specifies the Translation Type part of the SCCP address
Parameters:
param -
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies an alias name given to an SCCP address. Applications that use Service Broker to connect to the SS7 network, use this alias when they wish route messages using this address.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies an alias name given to an SCCP address. Applications that use Service Broker to connect to the SS7 network, use this alias when they wish route messages using this address.
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.