Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface M3uaRouteMBean

Inteface for M3uaRouteMBean

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

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getM3uaRoutes_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: M3uaRoutes_REFSEP_
 javax.management.ObjectName getPrimarySctpAssociation()
          Specifies the remote SIGTRAN system through which the SSU instance routes messages to the remote entity.
 int getRemotePointCode()
          Specifies an RPC that is available on the far end of the route.
 javax.management.ObjectName getSecondarySctpAssociation()
          Specifies an alternative SIGTRAN system through which the SSU instance routes messages to the remote entity get the referenced SctpAssociation mbean
 void setPrimarySctpAssociation(javax.management.ObjectName param)
          Specifies the remote SIGTRAN system through which the SSU instance routes messages to the remote entity.
 void setRemotePointCode(int param)
          Specifies an RPC that is available on the far end of the route.
 void setSecondarySctpAssociation(javax.management.ObjectName param)
          Specifies an alternative SIGTRAN system through which the SSU instance routes messages to the remote entity set the referenced SctpAssociation mbean

 

Method Detail

getM3uaRoutes_REFSEP_

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

getRemotePointCode

int getRemotePointCode()
                       throws java.io.IOException
Specifies an RPC that is available on the far end of the route. You can select one of the RPCs that you have previously defined on the Point Codes subtab in the Network Mapping section.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRemotePointCode

void setRemotePointCode(int param)
                        throws java.io.IOException
Specifies an RPC that is available on the far end of the route. You can select one of the RPCs that you have previously defined on the Point Codes subtab in the Network Mapping section.
Parameters:
param -
Throws:
java.io.IOException

getPrimarySctpAssociation

javax.management.ObjectName getPrimarySctpAssociation()
                                                      throws java.io.IOException
Specifies the remote SIGTRAN system through which the SSU instance routes messages to the remote entity. Most likely, this is a Signaling Gateway. get the referenced SctpAssociation mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setPrimarySctpAssociation

void setPrimarySctpAssociation(javax.management.ObjectName param)
                               throws java.io.IOException
Specifies the remote SIGTRAN system through which the SSU instance routes messages to the remote entity. Most likely, this is a Signaling Gateway. set the referenced SctpAssociation mbean
Parameters:
param -
Throws:
java.io.IOException

getSecondarySctpAssociation

javax.management.ObjectName getSecondarySctpAssociation()
                                                        throws java.io.IOException
Specifies an alternative SIGTRAN system through which the SSU instance routes messages to the remote entity get the referenced SctpAssociation mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setSecondarySctpAssociation

void setSecondarySctpAssociation(javax.management.ObjectName param)
                                 throws java.io.IOException
Specifies an alternative SIGTRAN system through which the SSU instance routes messages to the remote entity set the referenced SctpAssociation mbean
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.