Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SccpLocalAddressSsnMBean

Inteface for SccpLocalAddressSsnMBean

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 subsystem description
 javax.management.ObjectName getSccpLocalAddressSsns_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpLocalAddressSsns_REFSEP_
 int getSubSystemNumber()
          Specifies the subsystem number.
 void setAlias(java.lang.String param)
          Specifies an alias name given to a Service Broker subsystem.
 void setDescription(java.lang.String param)
          Specifies a subsystem description
 void setSubSystemNumber(int param)
          Specifies the subsystem number.

 

Method Detail

getSccpLocalAddressSsns_REFSEP_

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

getSubSystemNumber

int getSubSystemNumber()
                       throws java.io.IOException
Specifies the subsystem number.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSubSystemNumber

void setSubSystemNumber(int param)
                        throws java.io.IOException
Specifies the subsystem number.
Parameters:
param -
Throws:
java.io.IOException

getDescription

java.lang.String getDescription()
                                throws java.io.IOException
Specifies a subsystem description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDescription

void setDescription(java.lang.String param)
                    throws java.io.IOException
Specifies a subsystem description
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 subsystem.
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 subsystem.
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.