VisiBroker for Java

org.omg.CosEventChannelAdmin
Interface EventChannelOperations

All Known Subinterfaces:
EventChannel, EventChannel, EventChannelOperations, EventLog, EventLogOperations, NotifyLog, NotifyLogOperations

public interface EventChannelOperations

The EventChannel interface provides the administrative operations for adding suppliers and consumers to the channel and for destroying the channel.

Suppliers and consumers both use the resolve_initial_instances method to obtain an EventChannel reference. If the object name is not specified, a suitable EventChannel will be located by VisiBroker. Once a supplier or consumer is connected to an EventChannel, it may invoke any of the EventChannel methods.


Method Summary
 void destroy()
          Destroys the EventChannel
 ConsumerAdmin for_consumers()
          Returns a ConsumerAdmin object that can be used to add consumers into the EventChannel.
 SupplierAdmin for_suppliers()
          Returns a SupplierAdmin object that can be used to add suppliers into the EventChannel.
 

Method Detail

destroy

void destroy()
Destroys the EventChannel


for_suppliers

SupplierAdmin for_suppliers()
Returns a SupplierAdmin object that can be used to add suppliers into the EventChannel.


for_consumers

ConsumerAdmin for_consumers()
Returns a ConsumerAdmin object that can be used to add consumers into the EventChannel.


Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online