ostore.tapestry.impl
Class PeriodicReminder

java.lang.Object
  |
  +--ostore.tapestry.impl.PeriodicReminder
All Implemented Interfaces:
QueueElementIF

public class PeriodicReminder
extends Object
implements QueueElementIF

Event used as a periodic beacon to trigger self-healing actions

Version:
$Id: PeriodicReminder.java,v 1.1 2003/04/30 07:22:49 ravenben Exp $
Author:
Ben Y. Zhao

Field Summary
 NodeId nodeId
           
static int ONE
           
 int requestId
           
 
Constructor Summary
PeriodicReminder(NodeId nodeId, int requestId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeId

public NodeId nodeId

requestId

public int requestId

ONE

public static final int ONE
Constructor Detail

PeriodicReminder

public PeriodicReminder(NodeId nodeId,
                        int requestId)