org.openorb.event
Class EventChannelFactoryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by org.openorb.event.EventChannelFactoryPOA
          extended by org.openorb.event.EventChannelFactoryPOATie
All Implemented Interfaces:
org.omg.CORBA.portable.InvokeHandler, EventChannelFactoryOperations

public class EventChannelFactoryPOATie
extends EventChannelFactoryPOA

Interface definition: EventChannelFactory.

Author:
OpenORB Compiler

Constructor Summary
EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject)
          Constructor
EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject, org.omg.PortableServer.POA poa)
          Constructor
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          _default_POA method
 EventChannelFactoryOperations _delegate()
          Get the delegate
 void _delegate(EventChannelFactoryOperations delegate_)
          Set the delegate
 EventChannel create_channel(java.lang.String channel_name)
          Operation create_channel
 EventChannel join_channel(java.lang.String channel_name)
          Operation join_channel
 
Methods inherited from class org.openorb.event.EventChannelFactoryPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelFactoryPOATie

public EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject)
Constructor


EventChannelFactoryPOATie

public EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject,
                                 org.omg.PortableServer.POA poa)
Constructor

Method Detail

_delegate

public EventChannelFactoryOperations _delegate()
Get the delegate


_delegate

public void _delegate(EventChannelFactoryOperations delegate_)
Set the delegate


_default_POA

public org.omg.PortableServer.POA _default_POA()
_default_POA method

Overrides:
_default_POA in class org.omg.PortableServer.Servant

create_channel

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

Throws:
NameAlreadyUsed

join_channel

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

Throws:
EventChannelNotFound