class RunnerRestCloud extends RunnerRest
result
HTTP_CONNECTION_TIMEOUT, HTTP_RETRY_DELAY, path, server, silentFailureAllowed, stateListeners
Constructor and Description |
---|
RunnerRestCloud(GlassFishServer server,
Command command)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCloud(GlassFishServer server,
Command command,
String query)
Constructs an instance of administration command executor using
REST interface.
|
RunnerRestCloud(GlassFishServer server,
Command command,
String path,
String query)
Constructs an instance of administration command executor using
REST interface.
|
acceptsGzip, appendIfNotEmpty, appendProperties, constructCommandUrl, createResult, getDoOutput, getRequestMethod, getResponseType, handleSend, prepareHttpConnection, processResponse, readResponse
call, getContentType, getResult, handleReceive, handleSecureConnection, isSilentFailureAllowed, setReadyState, setSilentFailureAllowed, setStateListeners
public RunnerRestCloud(GlassFishServer server, Command command)
server
- GlassFish cloud entity object.command
- GlassFish server administration command entity.RunnerRestCloud(GlassFishServer server, Command command, String query)
server
- GlassFish server entity object.command
- GlassFish server administration command entity.query
- Query string for this command.RunnerRestCloud(GlassFishServer server, Command command, String path, String query)
server
- GlassFish server entity object.command
- GlassFish server administration command entity.path
- Path which builds URL we speak to.query
- Query string for this command.Copyright © 2013. All Rights Reserved.