org.omg.CosNotifyComm
Class PullSupplierPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyComm.PullSupplierPOA
          extended byorg.omg.CosNotifyComm.PullSupplierPOATie
All Implemented Interfaces:
InvokeHandler, NotifySubscribeOperations, PullSupplierOperations, PullSupplierOperations

public class PullSupplierPOATie
extends PullSupplierPOA

Generated from IDL interface "PullSupplier"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Constructor Summary
PullSupplierPOATie(PullSupplierOperations delegate)
           
PullSupplierPOATie(PullSupplierOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 PullSupplierOperations _delegate()
           
 void _delegate(PullSupplierOperations delegate)
           
 PullSupplier _this()
           
 PullSupplier _this(ORB orb)
           
 void disconnect_pull_supplier()
           
 Any pull()
           
 void subscription_change(EventType[] added, EventType[] removed)
           
 Any try_pull(BooleanHolder has_event)
           
 
Methods inherited from class org.omg.CosNotifyComm.PullSupplierPOA
_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

PullSupplierPOATie

public PullSupplierPOATie(PullSupplierOperations delegate)

PullSupplierPOATie

public PullSupplierPOATie(PullSupplierOperations delegate,
                          POA poa)
Method Detail

_this

public PullSupplier _this()
Overrides:
_this in class PullSupplierPOA

_this

public PullSupplier _this(ORB orb)
Overrides:
_this in class PullSupplierPOA

_delegate

public PullSupplierOperations _delegate()

_delegate

public void _delegate(PullSupplierOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

disconnect_pull_supplier

public void disconnect_pull_supplier()

subscription_change

public void subscription_change(EventType[] added,
                                EventType[] removed)
                         throws InvalidEventType
Throws:
InvalidEventType

pull

public Any pull()
         throws Disconnected
Throws:
Disconnected

try_pull

public Any try_pull(BooleanHolder has_event)
             throws Disconnected
Throws:
Disconnected