org.omg.CosNotifyChannelAdmin

Interface EventChannelFactoryOperations

Known Subinterfaces:
EventChannelFactory, JacORBEventChannelFactory, JacORBEventChannelFactoryOperations
Known Implementing Classes:
EventChannelFactoryImpl, EventChannelFactoryPOA, EventChannelFactoryPOATie, JacORBEventChannelFactoryPOA, JacORBEventChannelFactoryPOATie, _EventChannelFactoryStub, _JacORBEventChannelFactoryStub

public interface EventChannelFactoryOperations

Generated from IDL interface "EventChannelFactory"

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

Method Summary

EventChannel
create_channel(Property[] initial_qos, Property[] initial_admin, IntHolder id)
int[]
get_all_channels()
EventChannel
get_event_channel(int id)

Method Details

create_channel

public EventChannel create_channel(Property[] initial_qos,
                                   Property[] initial_admin,
                                   IntHolder id)
            throws UnsupportedAdmin,
                   UnsupportedQoS


get_all_channels

public int[] get_all_channels()


get_event_channel

public EventChannel get_event_channel(int id)
            throws ChannelNotFound