~pbeaman/akiban-persistit/fix-1032701-interrupts-leave-latches

« back to all changes in this revision

Viewing changes to core/src/main/java/com/persistit/Task.java

  • Committer: Padraig O'Sullivan
  • Date: 2011-02-01 16:48:36 UTC
  • mfrom: (125.1.12 learning)
  • Revision ID: osullivan.padraig@gmail.com-20110201164836-mtdbk9d0rgcxpwye
Merge Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import com.persistit.exception.PersistitException;
25
25
import com.persistit.exception.TaskEndedException;
26
26
 
 
27
 
27
28
/**
28
29
 * Abstract superclass of classes that perform long-running utility operations,
29
30
 * such as export, import and integrity check. Concrete classes should
34
35
 * @author Peter Beaman
35
36
 * @version 1.0
36
37
 */
37
 
public abstract class Task implements Runnable, BuildConstants {
 
38
public abstract class Task implements Runnable {
38
39
    /**
39
40
     * Status value indicates this <tt>Task</tt> has been set up but not yet
40
41
     * started.