org.openorb.event
Interface EventChannelFactoryOperations

All Known Subinterfaces:
EventChannelFactory
All Known Implementing Classes:
_EventChannelFactoryStub, EventChannelFactoryImpl, EventChannelFactoryPOA, EventChannelFactoryPOATie

public interface EventChannelFactoryOperations

Interface definition: EventChannelFactory.

Author:
OpenORB Compiler

Method Summary
 EventChannel create_channel(java.lang.String channel_name)
          Operation create_channel
 EventChannel join_channel(java.lang.String channel_name)
          Operation join_channel
 

Method Detail

create_channel

EventChannel create_channel(java.lang.String channel_name)
                            throws NameAlreadyUsed
Operation create_channel

Throws:
NameAlreadyUsed

join_channel

EventChannel join_channel(java.lang.String channel_name)
                          throws EventChannelNotFound
Operation join_channel

Throws:
EventChannelNotFound