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 Mar 12, 2011 4:11:28 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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