|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrcf.core.concurrent.events.AbstractEventSource
rcf.core.concurrent.schedule.AbstractTask
rcf.core.concurrent.schedule.AbstractInterruptibleTask
rcf.core.concurrent.schedule.TimerTask.Abstract
radtools.services.haproxy.HAProxyLinux.ConfigTask
public final class HAProxyLinux.ConfigTask
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
| 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 |
|---|
public HAProxyLinux.ConfigTask()
| Method Detail |
|---|
public void inner()
AbstractInterruptibleTask
inner in class AbstractInterruptibleTaskpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||