org.omg.CosTypedNotifyChannelAdmin

Interface TypedEventChannelFactoryOperations

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

public interface TypedEventChannelFactoryOperations

Generated from IDL interface "TypedEventChannelFactory"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

TypedEventChannel
create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
int[]
get_all_typed_channels()
TypedEventChannel
get_typed_event_channel(int id)

Method Details

create_typed_channel

public TypedEventChannel create_typed_channel(Property[] initial_QoS,
                                              Property[] initial_admin,
                                              IntHolder id)
            throws UnsupportedAdmin,
                   UnsupportedQoS


get_all_typed_channels

public int[] get_all_typed_channels()


get_typed_event_channel

public TypedEventChannel get_typed_event_channel(int id)
            throws ChannelNotFound