org.jacorb.notification.engine
Class PushOperation

java.lang.Object
  extended by org.jacorb.notification.engine.PushOperation
All Implemented Interfaces:
Disposable
Direct Known Subclasses:
PushAnyOperation, PushSequenceOperation, PushStructuredOperation

public abstract class PushOperation
extends java.lang.Object
implements Disposable

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

Field Summary
protected  Message message_
           
 
Constructor Summary
protected PushOperation()
           
  PushOperation(Message message)
           
 
Method Summary
 void dispose()
          Dispose this Object.
abstract  void invokePush()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message_

protected Message message_
Constructor Detail

PushOperation

public PushOperation(Message message)

PushOperation

protected PushOperation()
Method Detail

dispose

public void dispose()
Description copied from interface: Disposable
Dispose this Object. Free all associated Ressources allocated by this Object. The Object may not be used after a call to dispose.

Specified by:
dispose in interface Disposable

invokePush

public abstract void invokePush()
                         throws Disconnected
Throws:
Disconnected