org.omg.CosNotifyComm
Class SequencePullSupplierPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyComm.SequencePullSupplierPOA
          extended byorg.omg.CosNotifyComm.SequencePullSupplierPOATie
All Implemented Interfaces:
InvokeHandler, NotifySubscribeOperations, SequencePullSupplierOperations

public class SequencePullSupplierPOATie
extends SequencePullSupplierPOA

Generated from IDL interface "SequencePullSupplier"

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

Constructor Summary
SequencePullSupplierPOATie(SequencePullSupplierOperations delegate)
           
SequencePullSupplierPOATie(SequencePullSupplierOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 SequencePullSupplierOperations _delegate()
           
 void _delegate(SequencePullSupplierOperations delegate)
           
 SequencePullSupplier _this()
           
 SequencePullSupplier _this(ORB orb)
           
 void disconnect_sequence_pull_supplier()
           
 StructuredEvent[] pull_structured_events(int max_number)
           
 void subscription_change(EventType[] added, EventType[] removed)
           
 StructuredEvent[] try_pull_structured_events(int max_number, BooleanHolder has_event)
           
 
Methods inherited from class org.omg.CosNotifyComm.SequencePullSupplierPOA
_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

SequencePullSupplierPOATie

public SequencePullSupplierPOATie(SequencePullSupplierOperations delegate)

SequencePullSupplierPOATie

public SequencePullSupplierPOATie(SequencePullSupplierOperations delegate,
                                  POA poa)
Method Detail

_this

public SequencePullSupplier _this()
Overrides:
_this in class SequencePullSupplierPOA

_this

public SequencePullSupplier _this(ORB orb)
Overrides:
_this in class SequencePullSupplierPOA

_delegate

public SequencePullSupplierOperations _delegate()

_delegate

public void _delegate(SequencePullSupplierOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

pull_structured_events

public StructuredEvent[] pull_structured_events(int max_number)
                                         throws Disconnected
Throws:
Disconnected

subscription_change

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

disconnect_sequence_pull_supplier

public void disconnect_sequence_pull_supplier()

try_pull_structured_events

public StructuredEvent[] try_pull_structured_events(int max_number,
                                                    BooleanHolder has_event)
                                             throws Disconnected
Throws:
Disconnected