import "CosNotifyChannelAdmin.idl";
Public Methods | |
EventChannel | create_channel (in CosNotification::QoSProperties initial_qos, in CosNotification::AdminProperties initial_admin, out ChannelID id) raises (CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin ) |
Create an event channel with specified quality of service. More... | |
ChannelIDSeq | get_all_channels () |
Get all event channels created by this factory. More... | |
EventChannel | get_event_channel (in ChannelID id) raises (ChannelNotFound) |
Get an event channel object from its ID. More... |
|
Create an event channel with specified quality of service.
|
|
Get all event channels created by this factory.
|
|
Get an event channel object from its ID.
|