org.jacorb.notification

Class JacORBEventChannelFactoryPOATie

Implemented Interfaces:
EventChannelFactoryOperations, InvokeHandler, JacORBEventChannelFactoryOperations

public class JacORBEventChannelFactoryPOATie
extends JacORBEventChannelFactoryPOA

Generated from IDL interface "JacORBEventChannelFactory"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Constructor Summary

JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate)
JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate, POA poa)

Method Summary

POA
_default_POA()
JacORBEventChannelFactoryOperations
_delegate()
void
_delegate(JacORBEventChannelFactoryOperations delegate)
JacORBEventChannelFactory
_this()
JacORBEventChannelFactory
_this(ORB orb)
EventChannel
create_channel(Property initial_qos, Property initial_admin, IntHolder id)
void
destroy()
int[]
get_all_channels()
EventChannel
get_event_channel(int id)
StaticEventChannelFactoryInfo
get_static_info()

Methods inherited from class org.jacorb.notification.JacORBEventChannelFactoryPOA

_all_interfaces, _invoke, _this, _this

Methods inherited from class org.omg.PortableServer.Servant

_all_interfaces, _default_POA, _get_delegate, _get_interface, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object

Constructor Details

JacORBEventChannelFactoryPOATie

public JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate)


JacORBEventChannelFactoryPOATie

public JacORBEventChannelFactoryPOATie(JacORBEventChannelFactoryOperations delegate,
                                       POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public JacORBEventChannelFactoryOperations _delegate()


_delegate

public void _delegate(JacORBEventChannelFactoryOperations delegate)


_this

public JacORBEventChannelFactory _this()
Overrides:
_this in interface JacORBEventChannelFactoryPOA


_this

public JacORBEventChannelFactory _this(ORB orb)
Overrides:
_this in interface JacORBEventChannelFactoryPOA


create_channel

public EventChannel create_channel(Property initial_qos,
                                   Property initial_admin,
                                   IntHolder id)
            throws UnsupportedAdmin,
                   UnsupportedQoS


destroy

public void destroy()
Specified by:
destroy in interface JacORBEventChannelFactoryOperations


get_all_channels

public int[] get_all_channels()
Specified by:
get_all_channels in interface EventChannelFactoryOperations


get_event_channel

public EventChannel get_event_channel(int id)
            throws ChannelNotFound
Specified by:
get_event_channel in interface EventChannelFactoryOperations


get_static_info

public StaticEventChannelFactoryInfo get_static_info()
Specified by:
get_static_info in interface JacORBEventChannelFactoryOperations