static class StatusJob.ListenerPortCheck extends StatusJob.Listener
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOGGER
Logger instance for this class.
|
job, runner
Modifier | Constructor and Description |
---|---|
private |
StatusJob.ListenerPortCheck(StatusJob job)
Constructs an instance of
version command execution
state listener. |
Modifier and Type | Method and Description |
---|---|
void |
operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Get notification about state change in running task.
|
clearRunner, setRunner
private static final Logger LOGGER
private StatusJob.ListenerPortCheck(StatusJob job)
version
command execution
state listener.
job
- Server status check internal data for individual GlassFish
server instance.public void operationStateChanged(TaskState newState, TaskEvent event, String... args)
Runnable.run()
method execution
context.
String arguments passed to state listener:
args[0]
host name
args[1]
port check task name
args[2]
exception message
newState
- New command execution state.event
- Event related to execution state change.args
- Additional String arguments.Copyright © 2013. All Rights Reserved.