Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface SccpIncomingRoutingRuleMBean

Inteface for SccpIncomingRoutingRuleMBean

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

Method Summary
 javax.management.ObjectName createSccpIncomingRoutingCriteria(java.lang.String newMbeanIndex)
          create a descendant mbean of type SccpIncomingRoutingCriteria with the given name
 void destroySccpIncomingRoutingCriteria(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type SccpIncomingRoutingCriteria with the given name
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getModuleInstance()
          Specifies a URI of a Service Broker module instance towards which the SS7 SSU will route incoming messages.
 int getPriority()
          Rule priority
 javax.management.ObjectName[] getSccpIncomingRoutingCriterias()
          return all mbeans of type SccpIncomingRoutingCriteria that are direct descendants of this mbean
 javax.management.ObjectName getSccpIncomingRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpIncomingRoutingRules_REFSEP_
 javax.management.ObjectName lookupSccpIncomingRoutingCriteria(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type SccpIncomingRoutingCriteria 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 the SS7 SSU will route incoming messages.
 void setPriority(int param)
          Rule priority

 

Method Detail

getSccpIncomingRoutingRules_REFSEP_

javax.management.ObjectName getSccpIncomingRoutingRules_REFSEP_()
                                                                throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: SccpIncomingRoutingRules_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 the SS7 SSU will route incoming messages. The alias has the following format: [module-instance].[module-type]@ocsb.com. For example: imscfcap4_instance.IMSCFCAP4@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 the SS7 SSU will route incoming messages. The alias has the following format: [module-instance].[module-type]@ocsb.com. For example: imscfcap4_instance.IMSCFCAP4@ocsb.com
Parameters:
param -
Throws:
java.io.IOException

createSccpIncomingRoutingCriteria

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

destroySccpIncomingRoutingCriteria

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

lookupSccpIncomingRoutingCriteria

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

getSccpIncomingRoutingCriterias

javax.management.ObjectName[] getSccpIncomingRoutingCriterias()
return all mbeans of type SccpIncomingRoutingCriteria 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.