org.jacorb.notification.engine
Class PushStructuredOperation

java.lang.Object
  extended byorg.jacorb.notification.engine.PushOperation
      extended byorg.jacorb.notification.engine.PushStructuredOperation
All Implemented Interfaces:
Disposable

public class PushStructuredOperation
extends PushOperation

Version:
$Id: PushStructuredOperation.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
PushStructuredOperation(StructuredPushConsumer pushConsumer, Message message)
           
 
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

PushStructuredOperation

public PushStructuredOperation(StructuredPushConsumer pushConsumer,
                               Message message)
Method Detail

invokePush

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