Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.protocoltranslator.config
Interface MscLoadBalancingRuleMBean


public interface MscLoadBalancingRuleMBean

Inteface for MscLoadBalancingRuleMBean

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
 java.lang.String getMscList()
          Specifies a list of MSC's aliases corresponds to the above prefix.
 javax.management.ObjectName getMscLoadBalancingRuleSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MscLoadBalancingRuleSet_REFSEP_
 java.lang.String getNumberPrefix()
          Specifies the number prefix
 void setMscList(java.lang.String param)
          Specifies a list of MSC's aliases corresponds to the above prefix.
 void setNumberPrefix(java.lang.String param)
          Specifies the number prefix

 

Method Detail

getMscLoadBalancingRuleSet_REFSEP_

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

getNumberPrefix

java.lang.String getNumberPrefix()
                                 throws java.io.IOException
Specifies the number prefix
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberPrefix

void setNumberPrefix(java.lang.String param)
                     throws java.io.IOException
Specifies the number prefix
Parameters:
param -
Throws:
java.io.IOException

getMscList

java.lang.String getMscList()
                            throws java.io.IOException
Specifies a list of MSC's aliases corresponds to the above prefix. Each alias is specified in the following format: 'alias', with space delimiter between aliases. For example, 'MSC1' 'MSC2'
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMscList

void setMscList(java.lang.String param)
                throws java.io.IOException
Specifies a list of MSC's aliases corresponds to the above prefix. Each alias is specified in the following format: 'alias', with space delimiter between aliases. For example, 'MSC1' 'MSC2'
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.