Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SccpLocalAddressFixedGtMBean

Inteface for SccpLocalAddressFixedGtMBean

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 a Service Broker subsystem.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDescription()
          Specifies a description for the Service Broker GT address
 java.lang.String getGtaddress()
          Specifies the Global Title Address part of the SCCP 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
 javax.management.ObjectName getSccpLocalAddressFixedGts_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpLocalAddressFixedGts_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 a Service Broker subsystem.
 void setDescription(java.lang.String param)
          Specifies a description for the Service Broker GT address
 void setGtaddress(java.lang.String param)
          Specifies the Global Title Address part of the SCCP 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 setSubsystemnumber(int param)
          Specifies the SSN part of the SCCP address that identifies the user function

 

Method Detail

getSccpLocalAddressFixedGts_REFSEP_

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException
Specifies a description for the Service Broker 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 Service Broker GT address
Parameters:
param -
Throws:
java.io.IOException

getGtaddress

java.lang.String getGtaddress()
                              throws java.io.IOException
Specifies the Global Title Address part of the SCCP address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setGtaddress

void setGtaddress(java.lang.String param)
                  throws java.io.IOException
Specifies the Global Title Address part of the SCCP 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 a Service Broker subsystem. Applications that use Service Broker to connect to the SS7 network, use this alias to refer the specific GT 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 a Service Broker subsystem. Applications that use Service Broker to connect to the SS7 network, use this alias to refer the specific GT 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.