org.jacorb.notification.engine
Class PushAnyOperation

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

public class PushAnyOperation
extends PushOperation

Version:
$Id: PushAnyOperation.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
PushAnyOperation(PushConsumer 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

PushAnyOperation

public PushAnyOperation(PushConsumer pushConsumer,
                        Message message)
Method Detail

invokePush

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