Package | Description |
---|---|
org.glassfish.tools.ide.admin | |
org.glassfish.tools.ide.server | |
org.glassfish.tools.ide.server.state |
Modifier and Type | Field and Description |
---|---|
(package private) TaskState |
Result.state
State of GlassFish server admin command execution.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,TaskState> |
TaskState.stringValuesMap
Stored
String values for backward String
conversion. |
Modifier and Type | Method and Description |
---|---|
TaskState |
Result.getState()
Get state of GlassFish server admin command execution.
|
static TaskState |
TaskState.toValue(String stateStr)
Returns a
TaskState with a value represented by the
specified String . |
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 TaskState |
FetchLogEvent.state
Current log fetcher task state.
|
Modifier and Type | Field and Description |
---|---|
(package private) Future<TaskState> |
FetchLogPiped.task
Running task that reads log lines from remote server.
|
Modifier and Type | Method and Description |
---|---|
TaskState |
FetchLogLocal.call()
Remote server log lines reading task.
|
TaskState |
FetchLogRemote.call()
Remote server log lines reading task.
|
TaskState |
FetchLogEvent.getState()
Get current log fetcher task state.
|
(package private) TaskState |
FetchLogPiped.notifyListeners(TaskState state)
Notify all GlassFish log fetcher state change listeners about state
change event.
|
private TaskState |
FetchLogPiped.stop()
Stop running task if it's still running.
|
Modifier and Type | Method and Description |
---|---|
(package private) TaskState |
FetchLogPiped.notifyListeners(TaskState state)
Notify all GlassFish log fetcher state change listeners about state
change event.
|
void |
ServerStatus.Task.operationStateChanged(TaskState newState,
TaskEvent event,
String[] args)
Store event that caused task failure.
|
Constructor and Description |
---|
FetchLogEvent(TaskState state)
Constructs an instance of event in GlassFish log fetcher.
|
Modifier and Type | Method and Description |
---|---|
private void |
AdminPortTask.handleStateChange(TaskState taskState,
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 |
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.
|
Copyright © 2013. All Rights Reserved.