Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SigtranM3uaMBean

Inteface for SigtranM3uaMBean

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

Method Summary
 java.lang.String getAdditionalParams()
          a string of parameters and values (parameter=value) separated by ';'.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getIpLocalSystems()
          get the referenced IpLocalSystems mbean
 javax.management.ObjectName getIpRemoteSystems()
          get the referenced IpRemoteSystems mbean
 int getLocalPointCode()
          Specifies an SSU point code in the SS7 network
 javax.management.ObjectName getM3uaRoutes()
          get the referenced M3uaRoutes mbean
 javax.management.ObjectName getSctpAssociations()
          get the referenced SctpAssociations mbean
 javax.management.ObjectName getSsuSs7SigtranTarget()
          Returns the MBean parent get accessor to the parent mbean: SsuSs7SigtranTarget
 void setAdditionalParams(java.lang.String param)
          a string of parameters and values (parameter=value) separated by ';'.
 void setIpLocalSystems(javax.management.ObjectName param)
          set the referenced IpLocalSystems mbean
 void setIpRemoteSystems(javax.management.ObjectName param)
          set the referenced IpRemoteSystems mbean
 void setLocalPointCode(int param)
          Specifies an SSU point code in the SS7 network
 void setM3uaRoutes(javax.management.ObjectName param)
          set the referenced M3uaRoutes mbean
 void setSctpAssociations(javax.management.ObjectName param)
          set the referenced SctpAssociations mbean

 

Method Detail

getSsuSs7SigtranTarget

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

getLocalPointCode

int getLocalPointCode()
                      throws java.io.IOException
Specifies an SSU point code in the SS7 network
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setLocalPointCode

void setLocalPointCode(int param)
                       throws java.io.IOException
Specifies an SSU point code in the SS7 network
Parameters:
param -
Throws:
java.io.IOException

getIpLocalSystems

javax.management.ObjectName getIpLocalSystems()
                                              throws java.io.IOException
get the referenced IpLocalSystems mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setIpLocalSystems

void setIpLocalSystems(javax.management.ObjectName param)
                       throws java.io.IOException
set the referenced IpLocalSystems mbean
Parameters:
param -
Throws:
java.io.IOException

getIpRemoteSystems

javax.management.ObjectName getIpRemoteSystems()
                                               throws java.io.IOException
get the referenced IpRemoteSystems mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setIpRemoteSystems

void setIpRemoteSystems(javax.management.ObjectName param)
                        throws java.io.IOException
set the referenced IpRemoteSystems mbean
Parameters:
param -
Throws:
java.io.IOException

getSctpAssociations

javax.management.ObjectName getSctpAssociations()
                                                throws java.io.IOException
get the referenced SctpAssociations mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setSctpAssociations

void setSctpAssociations(javax.management.ObjectName param)
                         throws java.io.IOException
set the referenced SctpAssociations mbean
Parameters:
param -
Throws:
java.io.IOException

getM3uaRoutes

javax.management.ObjectName getM3uaRoutes()
                                          throws java.io.IOException
get the referenced M3uaRoutes mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setM3uaRoutes

void setM3uaRoutes(javax.management.ObjectName param)
                   throws java.io.IOException
set the referenced M3uaRoutes mbean
Parameters:
param -
Throws:
java.io.IOException

getAdditionalParams

java.lang.String getAdditionalParams()
                                     throws java.io.IOException
a string of parameters and values (parameter=value) separated by ';'. for example '30=7;95=3' or '3=7'
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAdditionalParams

void setAdditionalParams(java.lang.String param)
                         throws java.io.IOException
a string of parameters and values (parameter=value) separated by ';'. for example '30=7;95=3' or '3=7'
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.