org.openorb.event
Class EventChannelFactoryPOATie
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.openorb.event.EventChannelFactoryPOA
|
+--org.openorb.event.EventChannelFactoryPOATie
- All Implemented Interfaces:
- EventChannelFactoryOperations, org.omg.CORBA.portable.InvokeHandler
- public class EventChannelFactoryPOATie
- extends EventChannelFactoryPOA
Interface definition: EventChannelFactory.
- Author:
- OpenORB Compiler
| Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventChannelFactoryPOATie
public EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject)
- Constructor
EventChannelFactoryPOATie
public EventChannelFactoryPOATie(EventChannelFactoryOperations tieObject,
org.omg.PortableServer.POA poa)
- Constructor
_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
join_channel
public EventChannel join_channel(java.lang.String channel_name)
throws EventChannelNotFound
- Operation join_channel