static class StatusJob.RunnerTask extends StatusJob.Task
Modifier and Type | Field and Description |
---|---|
private Command |
command
Server administration command to be executed.
|
Modifier | Constructor and Description |
---|---|
private |
StatusJob.RunnerTask(Command cmd,
StatusJob.Listener listener)
Constructs an instance of individual job runner task.
|
Modifier and Type | Method and Description |
---|---|
Command |
getCommand()
Get server administration command to be executed.
|
clearTaskFuture, getFuture, getListener, getListeners, getResult, getTask, setFuture, setListener, setResult, setTask, setTaskFuture
private final Command command
private StatusJob.RunnerTask(Command cmd, StatusJob.Listener listener)
listener
- Server status task execution listener
for asynchronous command execution.public Command getCommand()
Copyright © 2013. All Rights Reserved.