org.omg.CosTypedNotifyChannelAdmin

Class TypedEventChannelFactoryPOATie

Implemented Interfaces:
InvokeHandler, TypedEventChannelFactoryOperations

public class TypedEventChannelFactoryPOATie
extends TypedEventChannelFactoryPOA

Generated from IDL interface "TypedEventChannelFactory"

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

Constructor Summary

TypedEventChannelFactoryPOATie(TypedEventChannelFactoryOperations delegate)
TypedEventChannelFactoryPOATie(TypedEventChannelFactoryOperations delegate, POA poa)

Method Summary

POA
_default_POA()
TypedEventChannelFactoryOperations
_delegate()
void
_delegate(TypedEventChannelFactoryOperations delegate)
TypedEventChannelFactory
_this()
TypedEventChannelFactory
_this(ORB orb)
TypedEventChannel
create_typed_channel(Property[] initial_QoS, Property[] initial_admin, IntHolder id)
int[]
get_all_typed_channels()
TypedEventChannel
get_typed_event_channel(int id)

Methods inherited from class org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelFactoryPOA

_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

TypedEventChannelFactoryPOATie

public TypedEventChannelFactoryPOATie(TypedEventChannelFactoryOperations delegate)


TypedEventChannelFactoryPOATie

public TypedEventChannelFactoryPOATie(TypedEventChannelFactoryOperations delegate,
                                      POA poa)

Method Details

_default_POA

public POA _default_POA()
Overrides:
_default_POA in interface Servant


_delegate

public TypedEventChannelFactoryOperations _delegate()


_delegate

public void _delegate(TypedEventChannelFactoryOperations delegate)


_this

public TypedEventChannelFactory _this()
Overrides:
_this in interface TypedEventChannelFactoryPOA


_this

public TypedEventChannelFactory _this(ORB orb)
Overrides:
_this in interface TypedEventChannelFactoryPOA


create_typed_channel

public TypedEventChannel create_typed_channel(Property[] initial_QoS,
                                              Property[] initial_admin,
                                              IntHolder id)
            throws UnsupportedAdmin,
                   UnsupportedQoS
Specified by:
create_typed_channel in interface TypedEventChannelFactoryOperations


get_all_typed_channels

public int[] get_all_typed_channels()
Specified by:
get_all_typed_channels in interface TypedEventChannelFactoryOperations


get_typed_event_channel

public TypedEventChannel get_typed_event_channel(int id)
            throws ChannelNotFound
Specified by:
get_typed_event_channel in interface TypedEventChannelFactoryOperations