abstract static class StatusJob.Listener extends Object implements TaskStateListener
Modifier and Type | Field and Description |
---|---|
(package private) StatusJob |
job
Server status check internal data for individual GlassFish
server instance.
|
private static Logger |
LOGGER
Logger instance for this class.
|
(package private) Runner |
runner
Should contain
Runner object when it's Runner.call()
method is executed. |
Modifier | Constructor and Description |
---|---|
private |
StatusJob.Listener(StatusJob job)
Constructs an instance of common command execution
state listener.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
clearRunner()
Clear
Runner object instance after Runner.call()
method is finished. |
(package private) void |
setRunner(Runner runner)
Set
Runner object instance before it's Runner.call()
method is executed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
operationStateChanged
private static final Logger LOGGER
Runner runner
Runner
object when it's Runner.call()
method is executed.StatusJob job
private StatusJob.Listener(StatusJob job)
job
- Server status check internal data for individual GlassFish
server instance.void setRunner(Runner runner)
Runner
object instance before it's Runner.call()
method is executed.
runner
- GlassFish server command execution runner.void clearRunner()
Runner
object instance after Runner.call()
method is finished.
runner
- GlassFish server command execution runner.Copyright © 2013. All Rights Reserved.