org.omg.CosTypedNotifyChannelAdmin
Interface TypedEventChannelFactoryOperations

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

public interface TypedEventChannelFactoryOperations

Generated from IDL interface "TypedEventChannelFactory".

Version:
generated at Dec 2, 2008 2:43:25 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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 Detail

create_typed_channel

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

get_all_typed_channels

int[] get_all_typed_channels()

get_typed_event_channel

TypedEventChannel get_typed_event_channel(int id)
                                          throws ChannelNotFound
Throws:
ChannelNotFound