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) ResultMap<String,String> |
RunnerHttpGetProperty.result
Returned value is map where key-value pairs returned by server
are stored.
|
(package private) ResultMap<String,String> |
RunnerHttpLocation.result
Returned value is map where locations are stored under keys specified in
CommandLocation class.
|
(package private) ResultMap<String,String> |
RunnerRestGetProperty.result
Result object - contains list of JDBC resources names.
|
(package private) ResultMap<String,String> |
RunnerRestLocation.result
Returned value is map where locations are stored under keys specified in
CommandLocation class.
|
(package private) ResultMap<String,List<String>> |
RunnerHttpListComponents.result
GlassFish administration command result containing server components.
|
Modifier and Type | Method and Description |
---|---|
protected ResultMap<String,String> |
RunnerHttpGetProperty.createResult()
Create
ResultMap object corresponding
to server get property command execution value to be returned. |
protected ResultMap<String,String> |
RunnerRestGetProperty.createResult()
Create
ResultMap object corresponding
to server get property command execution value to be returned. |
protected ResultMap<String,List<String>> |
RunnerHttpListComponents.createResult()
Create
ResultList object corresponding
to server log command execution value to be returned. |
static ResultMap<String,String> |
CommandGetProperty.getProperties(GlassFishServer server,
String propertyPattern)
Retrieve properties from server.
|
static ResultMap<String,String> |
CommandGetProperty.getProperties(GlassFishServer server,
String propertyPattern,
long timeout)
Retrieve properties from server with timeout.
|
static ResultMap<String,List<String>> |
CommandListComponents.listComponents(GlassFishServer server,
String target)
List components.
|
Modifier and Type | Field and Description |
---|---|
(package private) ResultMap<String,String> |
ServerStatus.ResultLocations.result
Command
__locations execution result. |
(package private) ResultMap<String,String> |
ServerStatus.LocationsTask.taskResult
Locations command result;
|
Modifier and Type | Field and Description |
---|---|
private Future<ResultMap<String,String>> |
ServerStatus.LocationsTask.future
Locations command execution result;
|
Modifier and Type | Method and Description |
---|---|
ResultMap<String,String> |
ServerStatus.ResultLocations.getResult()
Get
__locations command execution result. |
Constructor and Description |
---|
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. |
Modifier and Type | Field and Description |
---|---|
(package private) ResultMap<String,String> |
StatusResultLocations.result
Command
__locations execution result. |
Modifier and Type | Method and Description |
---|---|
ResultMap<String,String> |
StatusResultLocations.getStatusResult()
Get
__locations command execution result. |
Constructor and Description |
---|
StatusResultLocations(ResultMap<String,String> result,
StatusResult.Status status,
TaskEvent failureEvent,
String serverName,
String exceptionMeasage)
Creates an instance of individual server status result
for
__locations command. |
Copyright © 2013. All Rights Reserved.