rcf.core.concurrent.schedule
Class TimerTask.Default

java.lang.Object
  extended by rcf.core.concurrent.events.AbstractEventSource
      extended by rcf.core.concurrent.schedule.AbstractTask
          extended by rcf.core.concurrent.schedule.AbstractInterruptibleTask
              extended by rcf.core.concurrent.schedule.TimerTask.Abstract
                  extended by rcf.core.concurrent.schedule.TimerTask.Default
All Implemented Interfaces:
Comparable<TimerTask>, Runnable, EventSource, InterruptibleTask, RunnableTask, Task, TimerTask
Enclosing interface:
TimerTask

public static final class TimerTask.Default
extends TimerTask.Abstract

TODO: Javadoc

TODO: Unit tests, Code review, Javadoc review, Seal/Finalize TODO: equals, hashCode, toString

Version:
$Revision: 1.7 $
Author:
Greg Gibeling

Nested Class Summary
 
Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.TimerTask
TimerTask.Abstract, TimerTask.Default
 
Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task
Task.State
 
Field Summary
protected  Runnable runnable
          TODO: Javadoc
 
Fields inherited from class rcf.core.concurrent.schedule.TimerTask.Abstract
date
 
Fields inherited from class rcf.core.concurrent.schedule.AbstractInterruptibleTask
interrupt
 
Fields inherited from class rcf.core.concurrent.schedule.AbstractTask
taskEventTypes
 
Fields inherited from class rcf.core.concurrent.events.AbstractEventSource
syndicate
 
Constructor Summary
TimerTask.Default(Date _date, Runnable _runnable)
          TODO: Javadoc
TimerTask.Default(Runnable _runnable)
          TODO: Javadoc
 
Method Summary
protected  void inner()
          TODO: Javadoc
 
Methods inherited from class rcf.core.concurrent.schedule.TimerTask.Abstract
compareTo, getDate, setDate, taskState
 
Methods inherited from class rcf.core.concurrent.schedule.AbstractInterruptibleTask
interrupt, run
 
Methods inherited from class rcf.core.concurrent.schedule.AbstractTask
events, syndicate, taskEventTypes, taskState
 
Methods inherited from class rcf.core.concurrent.events.AbstractEventSource
createdSyndicate, destroyedSyndicate, getSequenceNumber, incSequenceNumber, isSyndicated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rcf.core.concurrent.schedule.InterruptibleTask
interrupt
 
Methods inherited from interface rcf.core.concurrent.schedule.RunnableTask
run
 
Methods inherited from interface rcf.core.concurrent.events.EventSource
events, getSequenceNumber, incSequenceNumber, isSyndicated, syndicate
 

Field Detail

runnable

protected final Runnable runnable
TODO: Javadoc

Constructor Detail

TimerTask.Default

public TimerTask.Default(Date _date,
                         Runnable _runnable)
TODO: Javadoc

Parameters:
_date -
_runnable -

TimerTask.Default

public TimerTask.Default(Runnable _runnable)
TODO: Javadoc

Parameters:
_runnable -
Method Detail

inner

protected void inner()
Description copied from class: AbstractInterruptibleTask
TODO: Javadoc

Specified by:
inner in class AbstractInterruptibleTask