Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sf.ssuss7.sigtran
Interface KeyBasedDispatchRuleMBean


public interface KeyBasedDispatchRuleMBean

Method Summary
 void addSccpIncomingRoutingCriteria()
          Add a new element named sccpIncomingRoutingCriteria
 String getModuleInstance()
          Gets the value of the moduleInstance property.
 String getName()
          Gets the value of the name property.
 BigInteger getPriority()
          Gets the value of the priority property.
 List<KeyBasedDispatchCriteriaMBean> getSccpIncomingRoutingCriteriaMBean()
          Return the list of the KeyBasedDispatchCriteria element
 void removeSccpIncomingRoutingCriteria(int index)
          Remove an element named sccpIncomingRoutingCriteria by the index
 void setModuleInstance(String value)
          Sets the value of the moduleInstance property.
 void setName(String value)
          Sets the value of the name property.
 void setPriority(BigInteger value)
          Sets the value of the priority property.

 

Method Detail

getName

String getName()
Gets the value of the name property.

setName

void setName(String value)
Sets the value of the name property.

getPriority

BigInteger getPriority()
Gets the value of the priority property.

setPriority

void setPriority(BigInteger value)
Sets the value of the priority property.

getModuleInstance

String getModuleInstance()
Gets the value of the moduleInstance property.

setModuleInstance

void setModuleInstance(String value)
Sets the value of the moduleInstance property.

addSccpIncomingRoutingCriteria

void addSccpIncomingRoutingCriteria()
Add a new element named sccpIncomingRoutingCriteria

removeSccpIncomingRoutingCriteria

void removeSccpIncomingRoutingCriteria(int index)
Remove an element named sccpIncomingRoutingCriteria by the index

getSccpIncomingRoutingCriteriaMBean

List<KeyBasedDispatchCriteriaMBean> getSccpIncomingRoutingCriteriaMBean()
Return the list of the KeyBasedDispatchCriteria element

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.