ca.cbc.sportwire.util
Interface Stoppable

All Known Implementing Classes:
JDOMDB, PeriodicData

public interface Stoppable

Stoppable: for the TTLCacheMap to detect that the object should be stopped before it is destroyed.

Created: Sun Feb 10 23:19:22 2002
 $Log: Stoppable.java,v $
 Revision 1.1  2002/02/11 07:10:37  garym
 Added stoppable interface


 

Version:
$Id: Stoppable.java,v 1.1 2002/02/11 07:10:37 garym Exp $
Author:
Gary Lawrence Murphy

Method Summary
 boolean isRunning()
           
 void setRunning(boolean v)
           
 

Method Detail

isRunning

public boolean isRunning()

setRunning

public void setRunning(boolean v)