org.apache.jackrabbit.util
Class Timer.Task

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.jackrabbit.util.Timer.Task
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
TransactionContext
Enclosing class:
Timer

public abstract static class Timer.Task
extends TimerTask

Extends the TimerTask with callback hooks to this Timer implementation.


Constructor Summary
Timer.Task()
           
 
Method Summary
 boolean cancel()
           
 
Methods inherited from class java.util.TimerTask
run, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.Task

public Timer.Task()
Method Detail

cancel

public final boolean cancel()
Overrides:
cancel in class TimerTask


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.