Interface | Description |
---|---|
ActionReport |
Represents response returned from server after command execution.
|
RestActionReport |
Extends basic ActionReport to support message nesting in REST admin service.
|
TaskStateListener |
GlassFish server administration command execution state report callback.
|
Class | Description |
---|---|
AdminFactory |
GlassFish Abstract Server Command Factory.
|
AdminFactoryHttp |
GlassFish Server HTTP Command Factory.
|
AdminFactoryRest |
GlassFish Server REST Command Factory.
|
Command |
GlassFish server administration command entity.
|
CommandAddResources |
Command registers resources defined in provided xml file on specified target.
|
CommandChangeAdminPassword |
GlassFish server change administrator's password administration
command entity.
|
CommandCreateAdminObject |
Command that creates administered object with the specified JNDI name and
the interface definition for a resource adapter on server.
|
CommandCreateCluster |
GlassFish Server Cerate Cluster Command Entity.
|
CommandCreateConnector |
Command that creates connector resource with the specified JNDI name and
the interface definition for a resource adapter on server.
|
CommandCreateConnectorConnectionPool |
Command that creates a pool of connections to an enterprise information
system (EIS).
|
CommandCreateInstance |
GlassFish Server Create Instance Command Entity.
|
CommandCreateJDBCConnectionPool |
Command that creates JDBC connection pool on server.
|
CommandCreateJDBCResource |
Command that creates JDBC resource on server.
|
CommandDeleteCluster |
GlassFish Server Delete Cluster Command Entity.
|
CommandDeleteInstance |
GlassFish Server Delete Instance Command Entity.
|
CommandDeleteResource |
Command that deletes resource from server.
|
CommandDeploy |
GlassFish Server Deploy Command Entity.
|
CommandDisable |
GlassFish Server Disable (a deployed application) Command Entity.
|
CommandEnable |
GlassFish Server Enable (a deployed application) Command Entity.
|
CommandFetchLogData |
GlassFish Server View Log Command Entity.
|
CommandGetProperty |
Command that retrieves property (properties) from server.
|
CommandJava |
GlassFish server administration command entity with local Java SE support.
|
CommandJavaClassPath |
GlassFish server administration command entity with local Java SE support
and class path.
|
CommandListComponents |
Command that retrieves list of components defined on server.
|
CommandListResources |
Command that retrieves list of JDBC resources defined on server.
|
CommandListWebServices |
Command that retrieves list of web services defined on server.
|
CommandLocation |
Locations command used to determine locations (installation, domain etc.)
where the DAS is running.
|
CommandRedeploy |
GlassFish Server Redeploy Command Entity.
|
CommandRestartDAS |
GlassFish server restart DAS command entity.
|
CommandSetProperty |
Command that sets property (properties) on the server.
|
CommandStartCluster |
GlassFish Server Start Cluster Command Entity.
|
CommandStartDAS |
GlassFish Server Start DAS Command Entity.
|
CommandStartInstance |
GlassFish Server Start Instance Command Entity.
|
CommandStopCluster |
GlassFish Server Stop Cluster Command Entity.
|
CommandStopDAS |
GlassFish server stop DAS command entity.
|
CommandStopInstance |
GlassFish Server Stop Instance Command Entity.
|
CommandTarget |
Abstract GlassFish Server Command Entity containing target.
|
CommandTargetName |
Abstract GlassFish Server Command Entity containing name and target.
|
CommandUndeploy |
GlassFish Server Undeploy Command Entity.
|
CommandVersion |
GlassFish Server Version Command Entity.
|
MessagePart | |
PasswordFile |
Support for
asadmin --passwordfile file format. |
ProcessIOContent |
Content to verify on server administration command execution standard
output and data to send on standard input.
|
ProcessIOContent.InputToken |
Input token contains data to be send on prompt.
|
ProcessIOContent.OutputToken |
Output token contains data to be send on prompt.
|
ProcessIOContent.Token |
Abstract input or output token.
|
ProcessIOContent.TreeNode |
Prefix tree final node content.
|
ProcessIOParser |
Parse process IO and verify it against content verification data.
|
ProcessIOParser.Parser |
Parse process output.
|
RestXMLActionReport | |
Result<T> |
GlassFish Admin Command Result.
|
ResultList<T> |
GlassFish Administration Command Result.
|
ResultLog |
GlassFish Admin Command Result containing server log
as
List<String> values. |
ResultMap<K,V> |
GlassFish administration command result.
|
ResultProcess |
GlassFish Admin Command Result containing process execution result values.
|
ResultString |
GlassFish Admin Command Result containing
String value. |
Runner |
Abstract GlassFish server administration command execution.
|
RunnerAsadmin |
GlassFish server administration command execution using local
asadmin interface.
|
RunnerAsadminChangeAdminPassword |
Change administrator password command execution using local
asadmin interface.
|
RunnerHttp |
GlassFish server administration command execution using HTTP interface.
|
RunnerHttpAddResources |
Runner executes add-resources command via HTTP interface.
|
RunnerHttpCreateAdminObject |
GlassFish server create administered object administration command execution
using HTTP interface.
|
RunnerHttpCreateConnector |
GlassFish server create connector resource administration command execution
using HTTP interface.
|
RunnerHttpCreateConnectorConnectionPool |
GlassFish server create EIS connection pool administration command execution
using HTTP interface.
|
RunnerHttpCreateInstance |
GlassFish instance and cluster administration command with
DEFAULT=<target> query execution using HTTP interface. |
RunnerHttpCreateJDBCConnectionPool |
GlassFish server create JDBC connection pool administration command execution
using HTTP interface.
|
RunnerHttpCreateJDBCResource |
GlassFish server create JDBC resource administration command execution
using HTTP interface.
|
RunnerHttpDeleteInstance |
GlassFish instance and cluster admin command with
DEFAULT=<target> query execution using HTTP interface. |
RunnerHttpDeleteResource | |
RunnerHttpDeploy |
GlassFish Server
deploy Administration Command Execution
using HTTP interface. |
RunnerHttpEnableDisable |
GlassFish Server
enable and disable
administration command execution using HTTP interface. |
RunnerHttpGetProperty | |
RunnerHttpListComponents |
Command runner for retrieving list of components from server.
|
RunnerHttpListResources |
Command runner for retrieving resources from server.
|
RunnerHttpListWebServices |
Command runner for retrieving list of web services from server.
|
RunnerHttpLocation | |
RunnerHttpRedeploy |
GlassFish Server
redeploy Admin Command Execution
using HTTP interface. |
RunnerHttpRestartDAS |
GlassFish restart DAS administration command with
query execution using HTTP interface. |
RunnerHttpSetProperty | |
RunnerHttpTarget |
GlassFish instance and cluster administration command with
DEFAULT=<target> query execution using HTTP interface. |
RunnerHttpUndeploy |
GlassFish Server
undeploy Admin Command Execution
using HTTP interface. |
RunnerJava |
GlassFish server administration command execution using local Java VM.
|
RunnerLocal |
GlassFish server administration command execution using local file
access interface.
|
RunnerRest |
GlassFish server administration command execution using REST interface.
|
RunnerRestAddResources |
Runner executes add-resources commnad via REST interface.
|
RunnerRestCreateCluster |
Command runner for creating a cluster.
|
RunnerRestCreateConnector |
Runner for create connector command via REST interface.
|
RunnerRestCreateConnectorPool |
Runner for create connector pool command via REST interface.
|
RunnerRestCreateInstance |
Command runner for creating an instance.
|
RunnerRestCreateJDBCConnectionPool |
Runner for create JDBC connection pool command via REST interface.
|
RunnerRestCreateJDBCResource |
Runner for create JDBC resource command via REST interface.
|
RunnerRestDeleteCluster |
Command runner for command that deletes the cluster.
|
RunnerRestDeleteInstance |
Command runner executes delete instance command.
|
RunnerRestDeleteResource |
Command runner for command that deletes the resource.
|
RunnerRestDeploy |
Command runner for deploying directory or file.
|
RunnerRestEnableDisable |
Command runner for enabling a disabling the application.
|
RunnerRestFetchLogData |
GlassFish Server
view-log Administration Command Execution
using HTTP interface. |
RunnerRestGetProperty |
Command runner that executes get property command.
|
RunnerRestList |
Command runner for commands that retrieve some kind of list.
|
RunnerRestListApplications |
Command runner for commands that retrieve list of applications
deployed on server.
|
RunnerRestListResources |
Command runner for commands that retrieve list of resources
of certain kind.
|
RunnerRestListWebServices |
Command runner for commands that retrieve list of web services
deployed on server.
|
RunnerRestLocation | |
RunnerRestSetProperty |
Runner executes set property command via REST interface.
|
RunnerRestStartCluster |
Command runner executes start cluster command.
|
RunnerRestStartInstance |
Command runner executes start instance command.
|
RunnerRestStopCluster |
Command runner executes stop cluster command.
|
RunnerRestStopDAS | |
RunnerRestStopInstance |
Command runner executes stop instance command.
|
RunnerRestUndeploy | |
ServerAdmin |
GlassFish Administration Command API.
|
ValueLog |
GlassFish server log.
|
ValueProcess |
GlassFish server process.
|
Enum | Description |
---|---|
ActionReport.ExitCode | |
ProcessIOParser.Parser.Input |
State machine input classes.
|
ProcessIOParser.Parser.State |
State machine internal states.
|
ProcessIOResult |
Response result.
|
TaskEvent |
Events that caused state of GlassFish server admin command execution change.
|
TaskState |
Current state of GlassFish server administration command execution
|
Exception | Description |
---|---|
CommandException |
GlassFish IDE SDK Exception related to server administration command package
problems.
|
Annotation Type | Description |
---|---|
RunnerHttpClass |
Annotation to select GlassFish server admin command runner for command entity.
|
RunnerRestClass |
Annotation to select GlassFish server admin command runner for command entity.
|
Copyright © 2013. All Rights Reserved.