Package | Description |
---|---|
org.glassfish.tools.ide.admin | |
org.glassfish.tools.ide.data | |
org.glassfish.tools.ide.server | |
org.glassfish.tools.ide.server.state |
Modifier and Type | Method and Description |
---|---|
(package private) Result |
Runner.handleStateChange(TaskState newTaskState,
TaskEvent taskEvent,
String... args)
Update task state value in
Result object and notify
all registered command execution state listeners about command execution
state change. |
void |
TaskStateListener.operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Callback to notify about GlassFish server administration command
execution state change.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,TaskEvent> |
TaskEvent.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
TaskEvent |
GlassFishStatusTask.getEvent()
Get last command task execution status.
|
static TaskEvent |
TaskEvent.toValue(String eventStr)
Returns a
TaskEvent with a value represented by the
specified String . |
static TaskEvent |
TaskEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskEvent[] |
TaskEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
private TaskEvent |
ServerStatus.Result.failureEvent
Task failure event.
|
(package private) TaskEvent |
ServerStatus.Task.failureEvent
Task failure event filled by last state change.
|
Modifier and Type | Method and Description |
---|---|
TaskEvent |
ServerStatus.Result.getFailureEvent()
Get task failure event.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerStatus.Task.operationStateChanged(TaskState newState,
TaskEvent event,
String[] args)
Store event that caused task failure.
|
Constructor and Description |
---|
ServerStatus.Result(ServerStatus.Status status,
Exception ex,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result.
|
ServerStatus.Result(ServerStatus.Status status,
IOException ioe,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result.
|
ServerStatus.Result(ServerStatus.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result.
|
ServerStatus.ResultLocations(ResultMap<String,String> result,
ServerStatus.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
__locations command. |
ServerStatus.ResultLocations(ServerStatus.Status status,
Exception ex,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
__locations command. |
ServerStatus.ResultLocations(ServerStatus.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
__locations command. |
ServerStatus.ResultVersion(ResultString result,
ServerStatus.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
version command. |
ServerStatus.ResultVersion(ServerStatus.Status status,
Exception ex,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
version command. |
ServerStatus.ResultVersion(ServerStatus.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
version command. |
Modifier and Type | Field and Description |
---|---|
(package private) TaskEvent |
StatusResult.event
Task failure event.
|
Modifier and Type | Method and Description |
---|---|
TaskEvent |
StatusJob.Task.getEvent()
Get last command task execution status.
|
TaskEvent |
StatusResult.getEvent()
Get task failure event.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractTask.handleStateChange(TaskState taskState,
TaskEvent taskEvent,
String... args)
Notify all registered task state listeners server status verification
task state change.
|
void |
StatusJob.ListenerLocations.operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Get notification about state change in
Runner task. |
void |
StatusJob.ListenerVersion.operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Get notification about state change in
Runner task. |
void |
StatusJob.ListenerPortCheck.operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Get notification about state change in running task.
|
void |
RunnerTask.RunnerListener.operationStateChanged(TaskState newState,
TaskEvent event,
String... args)
Get notification about state change in
Runner task. |
Constructor and Description |
---|
StatusResult(GlassFishStatusCheckResult status,
TaskEvent event)
Creates an instance of individual server status result.
|
StatusResultLocations(ResultMap<String,String> result,
GlassFishStatusCheckResult status,
TaskEvent failureEvent)
Creates an instance of individual server status result
for
__locations command. |
StatusResultVersion(ResultString result,
GlassFishStatusCheckResult status,
TaskEvent failureEvent)
Creates an instance of individual server status result
for
version command. |
Copyright © 2013. All Rights Reserved.