org.jacorb.events
Class JacORBEventChannelPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.jacorb.events.JacORBEventChannelPOA
          extended byorg.jacorb.events.JacORBEventChannelPOATie
All Implemented Interfaces:
ConsumerAdminOperations, EventChannelOperations, InvokeHandler, JacORBEventChannelOperations, SupplierAdminOperations

public class JacORBEventChannelPOATie
extends JacORBEventChannelPOA

Generated from IDL interface "JacORBEventChannel"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Constructor Summary
JacORBEventChannelPOATie(JacORBEventChannelOperations delegate)
           
JacORBEventChannelPOATie(JacORBEventChannelOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 JacORBEventChannelOperations _delegate()
           
 void _delegate(JacORBEventChannelOperations delegate)
           
 JacORBEventChannel _this()
           
 JacORBEventChannel _this(ORB orb)
           
 void destroy()
           
 ConsumerAdmin for_consumers()
           
 SupplierAdmin for_suppliers()
           
 ProxyPullConsumer obtain_pull_consumer()
           
 ProxyPullSupplier obtain_pull_supplier()
           
 ProxyPushConsumer obtain_push_consumer()
           
 ProxyPushSupplier obtain_push_supplier()
           
 
Methods inherited from class org.jacorb.events.JacORBEventChannelPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JacORBEventChannelPOATie

public JacORBEventChannelPOATie(JacORBEventChannelOperations delegate)

JacORBEventChannelPOATie

public JacORBEventChannelPOATie(JacORBEventChannelOperations delegate,
                                POA poa)
Method Detail

_this

public JacORBEventChannel _this()
Overrides:
_this in class JacORBEventChannelPOA

_this

public JacORBEventChannel _this(ORB orb)
Overrides:
_this in class JacORBEventChannelPOA

_delegate

public JacORBEventChannelOperations _delegate()

_delegate

public void _delegate(JacORBEventChannelOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

obtain_pull_supplier

public ProxyPullSupplier obtain_pull_supplier()

obtain_push_consumer

public ProxyPushConsumer obtain_push_consumer()

obtain_pull_consumer

public ProxyPullConsumer obtain_pull_consumer()

for_consumers

public ConsumerAdmin for_consumers()

obtain_push_supplier

public ProxyPushSupplier obtain_push_supplier()

destroy

public void destroy()

for_suppliers

public SupplierAdmin for_suppliers()