radtools.services.haproxy
Class HAProxyLinux.ConfigTask

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 radtools.services.haproxy.HAProxyLinux.ConfigTask
All Implemented Interfaces:
Comparable<TimerTask>, Runnable, EventSource, InterruptibleTask, RunnableTask, Task, TimerTask
Enclosing class:
HAProxyLinux

public final class HAProxyLinux.ConfigTask
extends TimerTask.Abstract

An implementation of TimerTask which is used to schedule updates to the HAProxy configuration file.

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

Version:
$Revision: 1.10 $
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
 
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
HAProxyLinux.ConfigTask()
           
 
Method Summary
 void inner()
          TODO: Javadoc
 String toString()
           
 
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, 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
 

Constructor Detail

HAProxyLinux.ConfigTask

public HAProxyLinux.ConfigTask()
Method Detail

inner

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

Specified by:
inner in class AbstractInterruptibleTask

toString

public String toString()
Overrides:
toString in class Object