radtools.services.ror
Class RoRServerLinux.ConfigEnvironmentTask
java.lang.Object
rcf.core.concurrent.events.AbstractEventSource
rcf.core.concurrent.schedule.AbstractTask
rcf.core.concurrent.schedule.AbstractInterruptibleTask
rcf.core.concurrent.schedule.TimerTask.Abstract
radtools.services.ror.RoRServerLinux.ConfigEnvironmentTask
- All Implemented Interfaces:
- Comparable<TimerTask>, Runnable, ConfigWriter, EventSource, InterruptibleTask, RunnableTask, Task, TimerTask
- Enclosing class:
- RoRServerLinux
public final class RoRServerLinux.ConfigEnvironmentTask
- extends TimerTask.Abstract
- implements ConfigWriter
TODO: Javadoc
TODO: Unit tests, Code review, Javadoc review, Seal/Finalize
TODO: equals, hashCode, toString
- Version:
- $Revision: 1.8 $
- Author:
- Greg Gibeling
| Nested classes/interfaces inherited from interface rcf.core.concurrent.schedule.Task |
Task.State |
| Methods inherited from interface rcf.core.concurrent.schedule.RunnableTask |
run |
RoRServerLinux.ConfigEnvironmentTask
public RoRServerLinux.ConfigEnvironmentTask()
generate
public boolean generate(OutputStream _out,
String separator)
- Description copied from interface:
ConfigWriter
- TODO: Javadoc
- Specified by:
generate in interface ConfigWriter
- Parameters:
_out - The output stream to write the configuration to.separator - The line separator to use. Must be a parameter
since the file may be destined for a machine other
than the one it is being written on.
- Returns:
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