import "CosNotifyChannelAdmin.idl";
Public Member Functions | |
EventChannel | create_channel (in CosNotification::QoSProperties initial_qos, in CosNotification::AdminProperties initial_admin, out ChannelID id) raises (CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin ) |
Create a new event channel. | |
ChannelIDSeq | get_all_channels () |
Get the complete list of event channels in this factory. | |
EventChannel | get_event_channel (in ChannelID id) raises (ChannelNotFound) |
Get an event channel given its ID. |
Definition at line 990 of file CosNotifyChannelAdmin.idl.
|
Create a new event channel.
|
|
Get the complete list of event channels in this factory.
|
|
Get an event channel given its ID.
|