Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.tdm.config
Interface SccpRemoteAddressSsnMBean


public interface SccpRemoteAddressSsnMBean

Inteface for SccpRemoteAddressSsnMBean

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 remote network entity.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDescription()
          Specifies a description for the remote SS7 network entity
 java.lang.String getNetworkIndicator()
          Specifies the network type.
 int getRemotePointCode()
          Optional: specifies the point code part of the SCCP address.
 javax.management.ObjectName getSccpRemoteAddressSsns_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpRemoteAddressSsns_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 remote network entity.
 void setDescription(java.lang.String param)
          Specifies a description for the remote SS7 network entity
 void setNetworkIndicator(java.lang.String param)
          Specifies the network type.
 void setRemotePointCode(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

getSccpRemoteAddressSsns_REFSEP_

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

getNetworkIndicator

java.lang.String getNetworkIndicator()
                                     throws java.io.IOException
Specifies the network type. Possible values: - 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. Possible values: - International Network; - International Network Extension; - National Network; - National Network Extension;
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

getRemotePointCode

int getRemotePointCode()
                       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

setRemotePointCode

void setRemotePointCode(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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException
Specifies a description for the remote SS7 network entity
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDescription

void setDescription(java.lang.String param)
                    throws java.io.IOException
Specifies a description for the remote SS7 network entity
Parameters:
param -
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies an alias name given to a remote network entity. Applications that use Service Broker to connect to the SS7 network, use this alias to refer the specific network entity.
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 remote network entity. Applications that use Service Broker to connect to the SS7 network, use this alias to refer the specific network entity.
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.