org.omg.CosTypedNotifyChannelAdmin
Interface TypedEventChannelFactoryOperations

All Known Subinterfaces:
TypedEventChannelFactory
All Known Implementing Classes:
_TypedEventChannelFactoryStub, TypedEventChannelFactoryPOA, TypedEventChannelFactoryPOATie

public interface TypedEventChannelFactoryOperations

Interface definition: TypedEventChannelFactory.

Author:
OpenORB Compiler

Method Summary
 TypedEventChannel create_typed_channel(Property[] initial_QoS, Property[] initial_admin, org.omg.CORBA.IntHolder id)
          Operation create_typed_channel
 int[] get_all_typed_channels()
          Operation get_all_typed_channels
 TypedEventChannel get_typed_event_channel(int id)
          Operation get_typed_event_channel
 

Method Detail

create_typed_channel

TypedEventChannel create_typed_channel(Property[] initial_QoS,
                                       Property[] initial_admin,
                                       org.omg.CORBA.IntHolder id)
                                       throws UnsupportedQoS,
                                              UnsupportedAdmin
Operation create_typed_channel

Throws:
UnsupportedQoS
UnsupportedAdmin

get_all_typed_channels

int[] get_all_typed_channels()
Operation get_all_typed_channels


get_typed_event_channel

TypedEventChannel get_typed_event_channel(int id)
                                          throws ChannelNotFound
Operation get_typed_event_channel

Throws:
ChannelNotFound