org.omg.CosNotifyChannelAdmin
Interface EventChannelFactoryOperations

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

public interface EventChannelFactoryOperations

Generated from IDL interface "EventChannelFactory"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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

Method Detail

create_channel

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

get_all_channels

public int[] get_all_channels()

get_event_channel

public EventChannel get_event_channel(int id)
                               throws ChannelNotFound
Throws:
ChannelNotFound