Uses of Package
rcf.core.concurrent.schedule

Packages that use rcf.core.concurrent.schedule
radtools The main package of the RADTools project, contains all the primary documentation. 
radtools.services The basis of this package is the RADService interface, but it also contains all of the implementations of that interface, including RADTools
radtools.services.haproxy Code for managing HAProxy systems. 
radtools.services.lighttpd Code for managing LigHTTPD systems. 
radtools.services.linux Code for managing Linux systems. 
radtools.services.mysql Code for managing MySQL systems. 
radtools.services.ror Code for managing Ruby on Rails systems. 
rcf.core.concurrent.schedule Support for task management, this package similar in concept to java.util.concurrent, but is integrated with the rcf.core.concurrent.events package. 
rcf.core.concurrent.transactions This package contains a uniform abstraction of transactions, which is the basis of the transaction support in transactional collections among other things. 
rcf.core.framework Contains the primary run time and management classes for RCF. 
rcf.core.framework.component The basis of the RCF component framework, on top of which all the bundling and application level indirection is built. 
rcf.core.framework.services Contains the Application and Service abstractions which form the basis of applications which use the RCF framework
rcf.system.gui The RCF GUI framework, capable of displaying graphical representations of e.g. 
rcf.system.gui.util Contains icons, and other standard graphics. 
 

Classes in rcf.core.concurrent.schedule used by radtools
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
ConcurrentRunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
 

Classes in rcf.core.concurrent.schedule used by radtools.services
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TaskEvent
          TODO: Javadoc
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by radtools.services.haproxy
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TaskEvent
          TODO: Javadoc
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by radtools.services.lighttpd
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by radtools.services.linux
TaskEvent
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by radtools.services.mysql
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by radtools.services.ror
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by rcf.core.concurrent.schedule
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
Future
          TODO: Javadoc
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableFuture
          TODO: Javadoc TODO: Document normal states: Runnable -> Committed
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
Task.State
          TODO: Javadoc TODO: State Transition Diagram TODO: Make the next state entries into hyperlinks
TaskEvent
          TODO: Javadoc
TaskStateAdapter
          TODO: Javadoc
TimerTask
          TODO: Javadoc Timer tasks are comparable by their date.
TimerTask.Abstract
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by rcf.core.concurrent.transactions
AbstractTask
          TODO: Javadoc
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
Task.State
          TODO: Javadoc TODO: State Transition Diagram TODO: Make the next state entries into hyperlinks
 

Classes in rcf.core.concurrent.schedule used by rcf.core.framework
AbstractTask
          TODO: Javadoc
ConcurrentRunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Runner
          TODO: Javadoc
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TaskEvent
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by rcf.core.framework.component
AbstractTask
          TODO: Javadoc
Future
          TODO: Javadoc
Runnable
          TODO: Javadoc
RunnableFuture
          TODO: Javadoc TODO: Document normal states: Runnable -> Committed
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
TaskEvent
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by rcf.core.framework.services
AbstractInterruptibleTask
          TODO: Javadoc
AbstractTask
          TODO: Javadoc
ConcurrentRunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
InterruptibleTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Running -> Committed Can be interrupted! (Goes into Interrupting -> Interrupted) May also go into Aborting -> Aborted for some tasks, since that's generally a better condition.
Runnable
          TODO: Javadoc
RunnableTask
          TODO: Javadoc TODO: Turn state names into hyperlinks Normal states: Runnable -> Committed
Task
          TODO: Javadoc Note that not all state transitions will be externally visible.
 

Classes in rcf.core.concurrent.schedule used by rcf.system.gui
TaskEvent
          TODO: Javadoc
 

Classes in rcf.core.concurrent.schedule used by rcf.system.gui.util
TaskEvent
          TODO: Javadoc