Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssudiameter
Interface KeyBasedDispatchRuleMBean


public interface KeyBasedDispatchRuleMBean

Method Summary
 void addDiameterIncomingRoutingCriteria()
          Add a new element named diameterIncomingRoutingCriteria
 List<KeyBasedDispatchCriteriaMBean> getDiameterIncomingRoutingCriteriaMBean()
          Return the list of the KeyBasedDispatchCriteria element
 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.
 void removeDiameterIncomingRoutingCriteria(int index)
          Remove an element named diameterIncomingRoutingCriteria 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.

addDiameterIncomingRoutingCriteria

void addDiameterIncomingRoutingCriteria()
Add a new element named diameterIncomingRoutingCriteria

removeDiameterIncomingRoutingCriteria

void removeDiameterIncomingRoutingCriteria(int index)
Remove an element named diameterIncomingRoutingCriteria by the index

getDiameterIncomingRoutingCriteriaMBean

List<KeyBasedDispatchCriteriaMBean> getDiameterIncomingRoutingCriteriaMBean()
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.