import "CosTypedNotifyChannelAdmin.idl";
Public Methods | |
TypedEventChannel | create_typed_channel (in CosNotification::QoSProperties initial_QoS, in CosNotification::AdminProperties initial_admin, out CosNotifyChannelAdmin::ChannelID id) raises ( CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin ) |
Create a typed event channel with specified quality of service. More... | |
CosNotifyChannelAdmin::ChannelIDSeq | get_all_typed_channels () |
Get all typed event channels created by this factory. More... | |
TypedEventChannel | get_typed_event_channel (in CosNotifyChannelAdmin::ChannelID id) raises ( CosNotifyChannelAdmin::ChannelNotFound ) |
Get a typed event channel object from its ID. More... |
|
Create a typed event channel with specified quality of service.
|
|
Get all typed event channels created by this factory.
|
|
Get a typed event channel object from its ID.
|