| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 | 
|---|
void destroy()
EventChannel
SupplierAdmin for_suppliers()
SupplierAdmin object that can be used to add suppliers into the
         EventChannel.
ConsumerAdmin for_consumers()
ConsumerAdmin object that can be used to add consumers into the
         EventChannel.
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||