org.openorb.event
Interface EventChannelFactoryOperations

All Known Subinterfaces:
EventChannelFactory
All Known Implementing Classes:
EventChannelFactoryPOA

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

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

join_channel

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