Package | Description |
---|---|
org.glassfish.tools.ide.admin | |
org.glassfish.tools.ide.admin.cloud | |
org.glassfish.tools.ide.server | |
org.glassfish.tools.ide.server.state |
Modifier and Type | Field and Description |
---|---|
protected TaskStateListener[] |
Runner.stateListeners
Listeners that want to know about command state.
|
Modifier and Type | Method and Description |
---|---|
static ResultString |
CommandDeploy.deploy(GlassFishServer server,
File application,
TaskStateListener listener)
Deploy task that deploys application on server.
|
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd,
IdeContext ide,
TaskStateListener... listeners)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(ExecutorService executor,
GlassFishServer srv,
Command cmd,
TaskStateListener... listeners)
Execute remote administration command on GlassFish server.
|
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd,
IdeContext ide,
TaskStateListener... listeners)
Deprecated.
IdeContext class will be removed. |
static <E extends Result> |
ServerAdmin.exec(GlassFishServer srv,
Command cmd,
TaskStateListener... listeners)
Execute remote administration command on GlassFish server.
|
void |
Runner.setStateListeners(TaskStateListener[] listeners)
Set listeners to notify about task state changes.
|
Modifier and Type | Method and Description |
---|---|
static ResultString |
CloudTasks.deploy(GlassFishServer server,
String account,
File application,
TaskStateListener listener)
Deploy task that deploys application on server.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ServerStatus.AdminPortTask
Individual server status check task to verify if server administration
port is alive.
|
private static class |
ServerStatus.LocationsTask
Individual server status check task with
__locations
administration command execution. |
private static class |
ServerStatus.Task
Common individual server status check task.
|
private static class |
ServerStatus.VersionTask
Individual server status check task with
version
administration command execution. |
Modifier and Type | Class and Description |
---|---|
private class |
RunnerTask.RunnerListener
Command execution listener.
|
(package private) static class |
StatusJob.Listener
Common server status check command execution state listener.
|
(package private) static class |
StatusJob.ListenerLocations
Locations command execution state listener.
|
(package private) static class |
StatusJob.ListenerPortCheck
Administrator port check task state listener.
|
(package private) static class |
StatusJob.ListenerVersion
Locations command execution state listener.
|
Modifier and Type | Field and Description |
---|---|
private TaskStateListener[] |
StatusJob.Task.listeners
All task listeners.
|
(package private) TaskStateListener[] |
AbstractTask.stateListeners
Listeners that want to know about command state.
|
Modifier and Type | Method and Description |
---|---|
(package private) TaskStateListener[] |
StatusJob.Task.getListeners()
Get all task listeners.
|
Copyright © 2013. All Rights Reserved.