org.omg.CosNotifyComm
Class SequencePushConsumerPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.CosNotifyComm.SequencePushConsumerPOA
          extended byorg.omg.CosNotifyComm.SequencePushConsumerPOATie
All Implemented Interfaces:
InvokeHandler, NotifyPublishOperations, SequencePushConsumerOperations

public class SequencePushConsumerPOATie
extends SequencePushConsumerPOA

Generated from IDL interface "SequencePushConsumer"

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

Constructor Summary
SequencePushConsumerPOATie(SequencePushConsumerOperations delegate)
           
SequencePushConsumerPOATie(SequencePushConsumerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 SequencePushConsumerOperations _delegate()
           
 void _delegate(SequencePushConsumerOperations delegate)
           
 SequencePushConsumer _this()
           
 SequencePushConsumer _this(ORB orb)
           
 void disconnect_sequence_push_consumer()
           
 void offer_change(EventType[] added, EventType[] removed)
           
 void push_structured_events(StructuredEvent[] notifications)
           
 
Methods inherited from class org.omg.CosNotifyComm.SequencePushConsumerPOA
_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

SequencePushConsumerPOATie

public SequencePushConsumerPOATie(SequencePushConsumerOperations delegate)

SequencePushConsumerPOATie

public SequencePushConsumerPOATie(SequencePushConsumerOperations delegate,
                                  POA poa)
Method Detail

_this

public SequencePushConsumer _this()
Overrides:
_this in class SequencePushConsumerPOA

_this

public SequencePushConsumer _this(ORB orb)
Overrides:
_this in class SequencePushConsumerPOA

_delegate

public SequencePushConsumerOperations _delegate()

_delegate

public void _delegate(SequencePushConsumerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

push_structured_events

public void push_structured_events(StructuredEvent[] notifications)
                            throws Disconnected
Throws:
Disconnected

disconnect_sequence_push_consumer

public void disconnect_sequence_push_consumer()

offer_change

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