org.omg.CosTypedNotifyChannelAdmin

Interface TypedEventChannelFactoryOperations

public interface TypedEventChannelFactoryOperations

Interface definition: TypedEventChannelFactory.

Author: OpenORB Compiler

Method Summary
TypedEventChannelcreate_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
Operation create_typed_channel
int[]get_all_typed_channels()
Operation get_all_typed_channels
TypedEventChannelget_typed_event_channel(int id)
Operation get_typed_event_channel

Method Detail

create_typed_channel

public TypedEventChannel create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
Operation create_typed_channel

get_all_typed_channels

public int[] get_all_typed_channels()
Operation get_all_typed_channels

get_typed_event_channel

public TypedEventChannel get_typed_event_channel(int id)
Operation get_typed_event_channel