Interface CosEventChannelAdmin::EventChannel

interface EventChannel

Event suppliers and consumers use the EventChannel interface to obtain the admin objects required for proxy creation.



Operation Index

destroy
Destroys an EventChannel and all associated admin and proxy objects.
for_consumers
Creates a new ConsumerAdmin object.
for_suppliers
Creates a new SupplierAdmin object.

Operations

destroy
void destroy();

Destroys an EventChannel and all associated admin and proxy objects.


for_consumers
ConsumerAdmin for_consumers();

Creates a new ConsumerAdmin object.

Returns:
An object reference to the new admin is returned.

for_suppliers
SupplierAdmin for_suppliers();

Creates a new SupplierAdmin object.

Returns:
An object reference to the new admin is returned.


Generated by the ORBacus IDL-to-HTML translator (non-commercial)