Modifier and Type | Field and Description |
---|---|
private Command |
cmd
Server administration command to be executed.
|
private StatusJob |
job
Server status check job internal data.
|
private static Logger |
LOGGER
Logger instance for this class.
|
(package private) Result |
result
Runner task execution result.
|
private StatusJob.Task |
task
Individual status check task data.
|
Constructor and Description |
---|
RunnerTask(StatusJob job,
StatusJob.RunnerTask task)
Constructs an instance of individual server administrator command task.
|
private static final Logger LOGGER
private final StatusJob job
private final StatusJob.Task task
private final Command cmd
Result result
RunnerTask(StatusJob job, StatusJob.RunnerTask task)
job
- Server status check job internal data.task
- Individual status check task data.Copyright © 2013. All Rights Reserved.