class RunnerTask extends AbstractTask
Modifier and Type | Class and Description |
---|---|
private class |
RunnerTask.RunnerListener
Command execution listener.
|
Modifier and Type | Field and Description |
---|---|
private Command |
cmd
Server administration command to be executed.
|
private static Logger |
LOGGER
Logger instance for this class.
|
(package private) Result |
result
Runner task execution result.
|
cancelled, job, stateListeners, task, type
Constructor and Description |
---|
RunnerTask(StatusJob job,
StatusJob.RunnerTask task,
GlassFishStatusCheck type)
Constructs an instance of individual server administrator command task.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Thread main method to be executed.
|
cancel, handleStateChange
private static final Logger LOGGER
private final Command cmd
Result result
RunnerTask(StatusJob job, StatusJob.RunnerTask task, GlassFishStatusCheck type)
job
- Server status check job internal data.task
- Individual status check task data.type
- Server status check type.Copyright © 2013. All Rights Reserved.