Skip navigation links

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

E38079-01


com.convergin.wcs.osgi.sf.ssusmpp
Interface SmppInboundRoutingMBean


public interface SmppInboundRoutingMBean

Method Summary
 void addSmppIncomingRoutingRule()
          Add a new element named smppIncomingRoutingRule
 String getName()
          Gets the value of the name property.
 List<SmppInboundDestinationMBean> getSmppIncomingRoutingRuleMBean()
          Return the list of the SmppInboundDestination element
 void removeSmppIncomingRoutingRule(int index)
          Remove an element named smppIncomingRoutingRule by the index
 void setName(String value)
          Sets the value of the name 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.

addSmppIncomingRoutingRule

void addSmppIncomingRoutingRule()
Add a new element named smppIncomingRoutingRule

removeSmppIncomingRoutingRule

void removeSmppIncomingRoutingRule(int index)
Remove an element named smppIncomingRoutingRule by the index

getSmppIncomingRoutingRuleMBean

List<SmppInboundDestinationMBean> getSmppIncomingRoutingRuleMBean()
Return the list of the SmppInboundDestination 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.