Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface MtpRouteMBean

Inteface for MtpRouteMBean

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 getMtpRouteset_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpRouteset_REFSEP_
 javax.management.ObjectName getPrimarylinkset()
          Specifies a linkset over which messages are sent to a remote point code.
 javax.management.ObjectName getSecondarylinkset()
          Specifies an alternative linkset over which messages can be sent to a remote point code.
 java.lang.String getType()
          Specifies a route type.
 void setPrimarylinkset(javax.management.ObjectName param)
          Specifies a linkset over which messages are sent to a remote point code.
 void setSecondarylinkset(javax.management.ObjectName param)
          Specifies an alternative linkset over which messages can be sent to a remote point code.
 void setType(java.lang.String param)
          Specifies a route type.

 

Method Detail

getMtpRouteset_REFSEP_

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

getPrimarylinkset

javax.management.ObjectName getPrimarylinkset()
                                              throws java.io.IOException
Specifies a linkset over which messages are sent to a remote point code. You can select one of the linksets that you have previously defined on the MTP Linksets subtab. get the referenced MtpLinkset mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setPrimarylinkset

void setPrimarylinkset(javax.management.ObjectName param)
                       throws java.io.IOException
Specifies a linkset over which messages are sent to a remote point code. You can select one of the linksets that you have previously defined on the MTP Linksets subtab. set the referenced MtpLinkset mbean
Parameters:
param -
Throws:
java.io.IOException

getSecondarylinkset

javax.management.ObjectName getSecondarylinkset()
                                                throws java.io.IOException
Specifies an alternative linkset over which messages can be sent to a remote point code. You can select one of the linksets that you have previously defined on the MTP Linksets subtab in the Network Mapping section. get the referenced MtpLinkset mbean
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

setSecondarylinkset

void setSecondarylinkset(javax.management.ObjectName param)
                         throws java.io.IOException
Specifies an alternative linkset over which messages can be sent to a remote point code. You can select one of the linksets that you have previously defined on the MTP Linksets subtab in the Network Mapping section. set the referenced MtpLinkset mbean
Parameters:
param -
Throws:
java.io.IOException

getType

java.lang.String getType()
                         throws java.io.IOException
Specifies a route type. Possible values: - Standalone: An SSU sends messages to the RPC over the linkset specified in the Linkset parameter. The Standalone type cannot have an alternative linkset. - Preferred: An SSU sends messages to the RPC over the linkset specified in the Linkset parameter. If the sending messages over this fails, the SSU routes messages to the alternative linkset as defined in the SecondLinkset parameter. The Preferred type must have the Second Linkset defined. - Combined: An SSU sends messages to the RPC over both the linkset and alternative linkset as defined in the Linkset and Second Linkset parameters. The Combine type must have Second Linkset defined.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setType

void setType(java.lang.String param)
             throws java.io.IOException
Specifies a route type. Possible values: - Standalone: An SSU sends messages to the RPC over the linkset specified in the Linkset parameter. The Standalone type cannot have an alternative linkset. - Preferred: An SSU sends messages to the RPC over the linkset specified in the Linkset parameter. If the sending messages over this fails, the SSU routes messages to the alternative linkset as defined in the SecondLinkset parameter. The Preferred type must have the Second Linkset defined. - Combined: An SSU sends messages to the RPC over both the linkset and alternative linkset as defined in the Linkset and Second Linkset parameters. The Combine type must have Second Linkset defined.
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.