Interface CosNotifyChannelAdmin::EventChannelFactory

IDL source    Global index
interface EventChannelFactory


Operation index.

  • create_channel
  • get_all_channels
  • get_event_channel
  • Operations.

  • create_channel

      EventChannel create_channel(in CosNotification::QoSProperties initial_qos,
          in CosNotification::AdminProperties initial_admin,
          out ChannelID id)
        raises(CosNotification::UnsupportedQoS, CosNotification::UnsupportedAdmin);

  • get_all_channels

      ChannelIDSeq get_all_channels();

  • get_event_channel

      EventChannel get_event_channel(in ChannelID id)
        raises(ChannelNotFound);


    Generated by Sandia idldoc 1.0.