Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.diameter.config
Interface DiameterIncomingRoutingRuleMBean


public interface DiameterIncomingRoutingRuleMBean

Inteface for DiameterIncomingRoutingRuleMBean

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

Method Summary
 javax.management.ObjectName createDiameterIncomingRoutingCriteria(java.lang.String newMbeanIndex)
          create a descendant mbean of type DiameterIncomingRoutingCriteria with the given name
 void destroyDiameterIncomingRoutingCriteria(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type DiameterIncomingRoutingCriteria with the given name
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName[] getDiameterIncomingRoutingCriterias()
          return all mbeans of type DiameterIncomingRoutingCriteria that are direct descendants of this mbean
 javax.management.ObjectName getDiameterIncomingRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: DiameterIncomingRoutingRules_REFSEP_
 java.lang.String getModuleInstance()
          Specifies a URI of a Service Broker module instance towards which an incoming diameter message will be routed to The alias has the following format: [module-instance].[module-type]@ocsb.com.
 int getPriority()
          Rule priority
 javax.management.ObjectName lookupDiameterIncomingRoutingCriteria(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type DiameterIncomingRoutingCriteria that is a direct descendant of this mbean
 void setModuleInstance(java.lang.String param)
          Specifies a URI of a Service Broker module instance towards which an incoming diameter message will be routed to The alias has the following format: [module-instance].[module-type]@ocsb.com.
 void setPriority(int param)
          Rule priority

 

Method Detail

getDiameterIncomingRoutingRules_REFSEP_

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

getPriority

int getPriority()
                throws java.io.IOException
Rule priority
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setPriority

void setPriority(int param)
                 throws java.io.IOException
Rule priority
Parameters:
param -
Throws:
java.io.IOException

getModuleInstance

java.lang.String getModuleInstance()
                                   throws java.io.IOException
Specifies a URI of a Service Broker module instance towards which an incoming diameter message will be routed to The alias has the following format: [module-instance].[module-type]@ocsb.com. For example: imocf_instance.IMOCF@ocsb.com
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setModuleInstance

void setModuleInstance(java.lang.String param)
                       throws java.io.IOException
Specifies a URI of a Service Broker module instance towards which an incoming diameter message will be routed to The alias has the following format: [module-instance].[module-type]@ocsb.com. For example: imocf_instance.IMOCF@ocsb.com
Parameters:
param -
Throws:
java.io.IOException

createDiameterIncomingRoutingCriteria

javax.management.ObjectName createDiameterIncomingRoutingCriteria(java.lang.String newMbeanIndex)
                                                                  throws java.io.IOException
create a descendant mbean of type DiameterIncomingRoutingCriteria with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroyDiameterIncomingRoutingCriteria

void destroyDiameterIncomingRoutingCriteria(java.lang.String delMbeanIndex)
                                            throws java.io.IOException
destroy a descendant mbean of type DiameterIncomingRoutingCriteria with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupDiameterIncomingRoutingCriteria

javax.management.ObjectName lookupDiameterIncomingRoutingCriteria(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type DiameterIncomingRoutingCriteria that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getDiameterIncomingRoutingCriterias

javax.management.ObjectName[] getDiameterIncomingRoutingCriterias()
return all mbeans of type DiameterIncomingRoutingCriteria that are direct descendants of this mbean
Returns:
ObjectName[]

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.