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 SmppOutboundRoutingMBean


public interface SmppOutboundRoutingMBean

Method Summary
 void addSmppNetworkEntity()
          Add a new element named smppNetworkEntity
 String getName()
          Gets the value of the name property.
 List<SmppOutboundDestinationMBean> getSmppNetworkEntityMBean()
          Return the list of the SmppOutboundDestination element
 void removeSmppNetworkEntity(int index)
          Remove an element named smppNetworkEntity 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.

addSmppNetworkEntity

void addSmppNetworkEntity()
Add a new element named smppNetworkEntity

removeSmppNetworkEntity

void removeSmppNetworkEntity(int index)
Remove an element named smppNetworkEntity by the index

getSmppNetworkEntityMBean

List<SmppOutboundDestinationMBean> getSmppNetworkEntityMBean()
Return the list of the SmppOutboundDestination 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.