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 ResultString |
RunnerRest.result
GlassFish administration command result.
|
protected ResultString |
RunnerAsadmin.result
GlassFish administration command result.
|
(package private) ResultString |
RunnerHttp.result
GlassFish administration command result.
|
Modifier and Type | Method and Description |
---|---|
static ResultString |
CommandAddResources.addResource(GlassFishServer server,
File xmlResourceFile,
String target)
Add resource to target server.
|
static ResultString |
CommandAddResources.addResource(GlassFishServer server,
File xmlResourceFile,
String target,
long timeout)
Add resource to target server.
|
static ResultString |
CommandCreateJDBCConnectionPool.createJDBCConnectionPool(GlassFishServer server,
String connectionPoolId,
String dataSourceClassName,
String resType,
Map<String,String> properties)
create JDBC connection pool.
|
static ResultString |
CommandCreateJDBCConnectionPool.createJDBCConnectionPool(GlassFishServer server,
String connectionPoolId,
String dataSourceClassName,
String resType,
Map<String,String> properties,
long timeout)
Create JDBC connection pool.
|
static ResultString |
CommandCreateJDBCResource.createJDBCResource(GlassFishServer server,
String connectionPoolId,
String jndiName,
String target,
Map<String,String> properties)
Create JDBC resource.
|
static ResultString |
CommandCreateJDBCResource.createJDBCResource(GlassFishServer server,
String connectionPoolId,
String jndiName,
String target,
Map<String,String> properties,
long timeout)
Create JDBC resource.
|
static ResultString |
CommandDeploy.deploy(GlassFishServer server,
File application,
TaskStateListener listener)
Deploy task that deploys application on server.
|
static ResultString |
CommandRestartDAS.restartDAS(GlassFishServer server,
boolean debug)
Restarts running DAS server.
|
static ResultString |
CommandRestartDAS.restartDAS(GlassFishServer server,
boolean debug,
boolean force,
boolean kill)
Restarts running DAS server.
|
static ResultString |
CommandSetProperty.setProperty(GlassFishServer server,
CommandSetProperty command)
Put property to server.
|
static ResultString |
CommandSetProperty.setProperty(GlassFishServer server,
CommandSetProperty command,
long timeout)
Put property to server.
|
static ResultString |
CommandStartCluster.startCluster(GlassFishServer server,
String target)
Starts cluster.
|
static ResultString |
CommandStartInstance.startInstance(GlassFishServer server,
String target)
Starts server instance.
|
static ResultString |
CommandStopCluster.stopCluster(GlassFishServer server,
String target)
Stops cluster.
|
static ResultString |
CommandStopDAS.stopDAS(GlassFishServer server)
Stops running DAS server.
|
static ResultString |
CommandStopInstance.stopInstance(GlassFishServer server,
String target)
Stops server instance.
|
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 | Field and Description |
---|---|
(package private) ResultString |
ServerStatus.ResultVersion.result
Command
version execution result. |
(package private) ResultString |
ServerStatus.VersionTask.taskResult
Version command result;
|
Modifier and Type | Field and Description |
---|---|
private Future<ResultString> |
ServerStatus.VersionTask.future
Version command execution result;
|
Modifier and Type | Method and Description |
---|---|
ResultString |
ServerStatus.ResultVersion.getResult()
Get
version command execution result. |
Constructor and Description |
---|
ServerStatus.ResultVersion(ResultString result,
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) ResultString |
StatusResultVersion.result
Command
version execution result. |
Modifier and Type | Method and Description |
---|---|
ResultString |
StatusResultVersion.getResult()
Get
version command execution result. |
Constructor and Description |
---|
StatusResultVersion(ResultString result,
StatusResult.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
version command. |
Copyright © 2013. All Rights Reserved.