org.omg.CosNotifyChannelAdmin
Class EventChannelFactoryPOATie
java.lang.Object
|
+--org.omg.PortableServer.Servant
|
+--org.omg.CosNotifyChannelAdmin.EventChannelFactoryPOA
|
+--org.omg.CosNotifyChannelAdmin.EventChannelFactoryPOATie
- All Implemented Interfaces:
- EventChannelFactoryOperations, org.omg.CORBA.portable.InvokeHandler
- public class EventChannelFactoryPOATie
- extends EventChannelFactoryPOA
The EventChannelFactory interface defines operations for creating and managing
new Notification Service style event channels. It supports a routine that creates new
instances of Notification Service event channels and assigns unique numeric identifiers
to them. In addition, the EventChannelFactory interface supports a routine which can
return the unique identifiers assigned to all event channels created by a given instance
of EventChannelFactory, and another routine which, given the unique identifier of an
event channel created by a target EventChannelFactory instance, returns the object
reference of that event channel.
| 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(Property[] initial_qos,
Property[] initial_admin,
org.omg.CORBA.IntHolder id)
throws UnsupportedQoS,
UnsupportedAdmin
- Operation create_channel
get_all_channels
public int[] get_all_channels()
- Operation get_all_channels
get_event_channel
public EventChannel get_event_channel(int id)
throws ChannelNotFound
- Operation get_event_channel