org.omg.CosNotifyChannelAdmin
Interface EventChannelFactoryOperations

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

public interface EventChannelFactoryOperations

Generated from IDL interface "EventChannelFactory".

Version:
generated at Sep 14, 2010 11:02:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

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

get_all_channels

int[] get_all_channels()

get_event_channel

EventChannel get_event_channel(int id)
                               throws ChannelNotFound
Throws:
ChannelNotFound