Skip navigation links

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

E38079-01


oracle.ocsb.app.rcc.ssu.ece.config
Interface EceOutboundRoutingMBean


public interface EceOutboundRoutingMBean

Method Summary
 void addEceOutboundDestination()
          Add a new element named eceOutboundDestination
 List<EceOutboundDestinationMBean> getEceOutboundDestinationMBean()
          Return the list of the EceOutboundDestination element
 String getName()
          Gets the value of the name property.
 void removeEceOutboundDestination(int index)
          Remove an element named eceOutboundDestination 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.

addEceOutboundDestination

void addEceOutboundDestination()
Add a new element named eceOutboundDestination

removeEceOutboundDestination

void removeEceOutboundDestination(int index)
Remove an element named eceOutboundDestination by the index

getEceOutboundDestinationMBean

List<EceOutboundDestinationMBean> getEceOutboundDestinationMBean()
Return the list of the EceOutboundDestination 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.