org.jacorb.notification.engine
Class MessagePushOperation

java.lang.Object
  extended byorg.jacorb.notification.engine.MessagePushOperation
All Implemented Interfaces:
org.picocontainer.Disposable, Disposable, PushOperation

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

Version:
$Id: MessagePushOperation.java,v 1.5 2005/04/17 17:10:46 alphonse.bendt Exp $
Author:
Alphonse Bendt

Field Summary
protected  Message message_
           
 
Constructor Summary
MessagePushOperation(Message message)
           
 
Method Summary
 void dispose()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jacorb.notification.engine.PushOperation
invokePush
 

Field Detail

message_

protected final Message message_
Constructor Detail

MessagePushOperation

public MessagePushOperation(Message message)
Method Detail

dispose

public void dispose()
Specified by:
dispose in interface org.picocontainer.Disposable