Uses of Class
rcf.core.concurrent.schedule.AbstractTask

Packages that use AbstractTask
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.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
 

Uses of AbstractTask in radtools
 

Subclasses of AbstractTask in radtools
 class Main
          The main class of the RADTools project.
 

Uses of AbstractTask in radtools.services
 

Subclasses of AbstractTask in radtools.services
 class AbstractRADService.RefreshTask
          TODO: Javadoc
 class AbstractRADService.UpdateTask
          TODO: Javadoc
 

Uses of AbstractTask in radtools.services.haproxy
 

Subclasses of AbstractTask in radtools.services.haproxy
 class HAProxyLinux.ConfigTask
          An implementation of TimerTask which is used to schedule updates to the HAProxy configuration file.
 

Uses of AbstractTask in radtools.services.lighttpd
 

Subclasses of AbstractTask in radtools.services.lighttpd
 class LigHTTPDLinux.ConfigTask
          TODO: Javadoc
 

Uses of AbstractTask in radtools.services.mysql
 

Subclasses of AbstractTask in radtools.services.mysql
 class MySQLFedora.ConfigTask
          TODO: Javadoc
 

Uses of AbstractTask in radtools.services.ror
 

Subclasses of AbstractTask in radtools.services.ror
 class RoRServerLinux.ConfigDatabaseTask
          TODO: Javadoc
 class RoRServerLinux.ConfigEnvironmentTask
          TODO: Javadoc
 

Uses of AbstractTask in rcf.core.concurrent.schedule
 

Subclasses of AbstractTask in rcf.core.concurrent.schedule
 class AbstractInterruptibleTask
          TODO: Javadoc
 class MethodRunnableFuture
          TODO: Javadoc
static class TimerTask.Abstract
          TODO: Javadoc
static class TimerTask.Default
          TODO: Javadoc
 

Uses of AbstractTask in rcf.core.concurrent.transactions
 

Subclasses of AbstractTask in rcf.core.concurrent.transactions
 class AbstractTransaction
          TODO: Javadoc
 class ExternalTransaction<X extends Transaction>
          TODO: Javadoc
 

Uses of AbstractTask in rcf.core.framework
 

Subclasses of AbstractTask in rcf.core.framework
static class Framework.Default
          TODO: Javadoc
 

Uses of AbstractTask in rcf.core.framework.component
 

Subclasses of AbstractTask in rcf.core.framework.component
 class DynamicOperation.Default.Continuation
          TODO: Javadoc
 

Uses of AbstractTask in rcf.core.framework.services
 

Subclasses of AbstractTask in rcf.core.framework.services
 class AbstractApplication
          TODO: Javadoc This class implements all of the methods from the Application interface.
 class AbstractService
          TODO: Javadoc Upon receiving a commit event, services should check if something is in progress, and commit if not.