Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.diameter.config
Interface DiameterIncomingRoutingCriteriaMBean


public interface DiameterIncomingRoutingCriteriaMBean

Inteface for DiameterIncomingRoutingCriteriaMBean

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

Method Summary
 java.lang.String getAttribute()
          Specifies Attributes (AVPs) based on which the Diameter SSU performs routing.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getDiameterIncomingRoutingRule_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: DiameterIncomingRoutingRule_REFSEP_
 java.lang.String getValue()
          Specifies required value for the specified attribute to cause the Diameter SSU to apply the routing rule
 void setAttribute(java.lang.String param)
          Specifies Attributes (AVPs) based on which the Diameter SSU performs routing.
 void setValue(java.lang.String param)
          Specifies required value for the specified attribute to cause the Diameter SSU to apply the routing rule

 

Method Detail

getDiameterIncomingRoutingRule_REFSEP_

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

getAttribute

java.lang.String getAttribute()
                              throws java.io.IOException
Specifies Attributes (AVPs) based on which the Diameter SSU performs routing. The Diameter SSU will route incoming messages to the specified module instance, if the values of the Attributes match the Value field. Possible values: - APPLICATION_ID - ORIGIN_REALM - ORIGIN_HOST
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAttribute

void setAttribute(java.lang.String param)
                  throws java.io.IOException
Specifies Attributes (AVPs) based on which the Diameter SSU performs routing. The Diameter SSU will route incoming messages to the specified module instance, if the values of the Attributes match the Value field. Possible values: - APPLICATION_ID - ORIGIN_REALM - ORIGIN_HOST
Parameters:
param -
Throws:
java.io.IOException

getValue

java.lang.String getValue()
                          throws java.io.IOException
Specifies required value for the specified attribute to cause the Diameter SSU to apply the routing rule
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setValue

void setValue(java.lang.String param)
              throws java.io.IOException
Specifies required value for the specified attribute to cause the Diameter SSU to apply the routing rule
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.