tapestry.patchwork
Class MonitorAllMsg

java.lang.Object
  |
  +--tapestry.patchwork.MonitorAllMsg
All Implemented Interfaces:
QueueElementIF

public class MonitorAllMsg
extends Object
implements QueueElementIF

A MonitorAllMsg is sent from a stage interested in monitoring statistics for all nodes currently being monitored by Patchwork.

Version:
$Id: MonitorAllMsg.java,v 1.1.1.1 2004/03/26 19:57:09 hweather Exp $
Author:
Jeremy Stribling
See Also:
Patchwork

Field Summary
 SinkIF sink
           
 Object userData
           
 
Constructor Summary
MonitorAllMsg(Object userData, SinkIF sink)
           
 
Method Summary
 Object clone()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userData

public Object userData

sink

public SinkIF sink
Constructor Detail

MonitorAllMsg

public MonitorAllMsg(Object userData,
                     SinkIF sink)
Method Detail

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
CloneNotSupportedException

toString

public String toString()
Overrides:
toString in class Object