ostore.network.patchwork
Class QuickStatTimeout

java.lang.Object
  |
  +--ostore.network.patchwork.QuickStatTimeout
All Implemented Interfaces:
PatchMsg, QueueElementIF

public final class QuickStatTimeout
extends Object
implements QueueElementIF, PatchMsg

Internal timeout used to inform Patchwork when a QuickStat session is over.

Version:
$Id: QuickStatTimeout.java,v 1.2 2003/03/24 00:13:14 geels Exp $
Author:
Jeremy Stribling

Field Summary
 QuickStatReq qs_req
           
 
Constructor Summary
QuickStatTimeout(QuickStatReq qsReq, byte type)
           
 
Method Summary
 Object clone()
           
 byte getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

qs_req

public QuickStatReq qs_req
Constructor Detail

QuickStatTimeout

public QuickStatTimeout(QuickStatReq qsReq,
                        byte type)
Method Detail

clone

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

getType

public byte getType()
Specified by:
getType in interface PatchMsg

toString

public String toString()
Overrides:
toString in class Object