| Interface | Description |
|---|---|
| EventDestination |
Message that gets sent as an event.
|
| ResourcePathDestination | |
| UiSessionDestination | |
| UiSessionOrigin |
| Class | Description |
|---|---|
| AddDatasourceRequest |
Adds a Datasource or a XA Datasource to an Application Server instance given by the inventory path stored in resourcePath field.
|
| AddDatasourceResponse |
Results of an Add Datasource request.
|
| AddJdbcDriverRequest |
Adds a JDBC Driver to an Application Server instance given by the inventory path stored in resourcePath field.
|
| AddJdbcDriverResponse |
Results of an Add Driver request.
|
| ApiDeserializer |
Given the special syntax of "apiName=JSON" this will deserialize the JSON into the appropriate API POJO.
|
| Authentication |
Provides user credentials or security token.
|
| AuthMessage |
Message properties that are needed for authentication.
|
| DeployApplicationRequest |
Deploys an application to an Application Server instance given by the inventory path stored in resourcePath field.
|
| DeployApplicationResponse |
Results of an application deployment request.
|
| DisableApplicationRequest |
If enabled, disable the deployment with destinationFileName, on the Application Server instance given by the inventory path stored in resourcePath field.
|
| DisableApplicationResponse |
Results of a disable application request.
|
| EchoRequest |
A simple request to echo a string back used for testing connectivity.
|
| EchoResponse |
An echo response where the reply should be the message from the echo request.
|
| EnableApplicationRequest |
If disabled, enable the deployment with destinationFileName, on the Application Server instance given by the inventory path stored in resourcePath field.
|
| EnableApplicationResponse |
Results of an enable application request.
|
| ExecuteOperationRequest |
A request to execute an operation on a resource given by the inventory path stored in resourcePath field.
|
| ExecuteOperationResponse |
A response describing the results of an operation execution.
|
| ExportJdrRequest |
Exports a JDR from the Application Server instance given by the inventory path stored in resourcePath field.
|
| ExportJdrResponse |
Results of the JDR export.
|
| FeedWebSocketClosedEvent |
Command gateway bus notification of Feed WebSocket closure event.
|
| GenericErrorResponse |
An general error message.
|
| GenericErrorResponseBuilder | |
| GenericSuccessResponse |
An general success message.
|
| MessageUtils | |
| NotificationMessage |
An general notification message.
|
| RemoveDatasourceRequest |
Unregisters a Datasource or a XA Datasource that corresponds to the resource given by the resourcePath field.
|
| RemoveDatasourceResponse |
Results of an RemoveDatasourceRequest.
|
| RemoveJdbcDriverRequest |
Unregisters a JDBC Driver that corresponds to the resource given by the resourcePath field.
|
| RemoveJdbcDriverResponse |
Results of an RemoveJdbcDriverRequest.
|
| ResourcePathRequest |
A request targeting a resource given by the resourcePath field.
|
| ResourcePathResponse |
Results of a Resource related operation.
|
| RestartApplicationRequest |
Restarts the deployment with destinationFileName, on the Application Server instance given by the inventory path stored in resourcePath field.
|
| RestartApplicationResponse |
Results of an application restart request.
|
| StatisticsControlRequest |
Turns on or off statistics emissions from the different WildFly subsystems.
|
| StatisticsControlResponse |
Results of changing the statistic enablement flags in WildFly subsystems.
|
| UndeployApplicationRequest |
Undeploys an application from an Application Server instance given by the inventory path stored in resourcePath field.
|
| UndeployApplicationResponse |
Results of an application undeployment request.
|
| UpdateDatasourceRequest |
Updates the Datasource or a XA Datasource given by the inventory path stored in resourcePath field.
|
| UpdateDatasourceResponse |
Results of an UpdateDatasourceRequest.
|
| WelcomeResponse |
Tells the UI client what is his sessionId
|
| Enum | Description |
|---|---|
| ResponseStatus | |
| ServerRefreshIndicator | |
| StatisticsSetting |
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.