org.jacorb.notification.engine
Class PushSequenceOperation

java.lang.Object
  extended by org.jacorb.notification.engine.PushOperation
      extended by org.jacorb.notification.engine.PushSequenceOperation
All Implemented Interfaces:
Disposable

public class PushSequenceOperation
extends PushOperation

Version:
$Id: PushSequenceOperation.java,v 1.2 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Field Summary
 
Fields inherited from class org.jacorb.notification.engine.PushOperation
message_
 
Constructor Summary
PushSequenceOperation(SequencePushConsumer pushConsumer, StructuredEvent[] structuredEvents)
           
 
Method Summary
 void invokePush()
           
 
Methods inherited from class org.jacorb.notification.engine.PushOperation
dispose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushSequenceOperation

public PushSequenceOperation(SequencePushConsumer pushConsumer,
                             StructuredEvent[] structuredEvents)
Method Detail

invokePush

public void invokePush()
                throws Disconnected
Specified by:
invokePush in class PushOperation
Throws:
Disconnected