- GenericErrorResponse - Class in org.hawkular.cmdgw.api
-
An general error message.
- GenericErrorResponse() - Constructor for class org.hawkular.cmdgw.api.GenericErrorResponse
-
- GenericErrorResponseBuilder - Class in org.hawkular.cmdgw.api
-
- GenericErrorResponseBuilder() - Constructor for class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- GenericSuccessResponse - Class in org.hawkular.cmdgw.api
-
An general success message.
- GenericSuccessResponse() - Constructor for class org.hawkular.cmdgw.api.GenericSuccessResponse
-
- getAuthentication() - Method in class org.hawkular.cmdgw.api.AuthMessage
-
Provides user credentials or security token.
- getConnectionUrl() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The JDBC driver connection URL.
- getDatasourceName() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The name for this datasource.
- getDatasourceProperties() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
Either a list of xa-datasource-properties in case this is a XA datasource or otherwise a list of connection-properties for a non-XA datasource.
- getDestinationFileName() - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
(Required)
- getDestinationFileName() - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
(Required)
- getDriverClass() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The fully qualified name of the JDBC driver class.
- getDriverClass() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- getDriverJarName() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The name of the jar file that should be used when storing the binary data to in the module directory on the server.
- getDriverMajorVersion() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- getDriverMinorVersion() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- getDriverName() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
Name of the JDBC driver as available under /subsystem=datasources/jdbc-driver=* in WildFly configuration.
- getDriverName() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
(Required)
- getEchoMessage() - Method in class org.hawkular.cmdgw.api.EchoRequest
-
(Required)
- getEnabled() - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
If true, the deployment will be enabled immediately.
- getErrorMessage() - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
-
(Required)
- getFileName() - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The report's file name to be presented to the client, based on the name generated at the server.
- getJndiName() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
the JNDI name for the datasource
(Required)
- getMessage() - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
A message that further describes the results of the operation.
- getMessage() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
A message that further describes the results of the operation.
- getMessage() - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
A message that further describes the results of the deployment.
- getMessage() - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
An additional message describing the results.
- getMessage() - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
An additional message describing the results.
- getMessage() - Method in class org.hawkular.cmdgw.api.GenericSuccessResponse
-
(Required)
- getMessage() - Method in class org.hawkular.cmdgw.api.NotificationMessage
-
(Required)
- getModuleName() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The name of the JBoss Module to create or use, such as "org.example.jdbc.driver"
(Required)
- getOperationName() - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
(Required)
- getOperationName() - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
(Required)
- getParameters() - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
A simple map of named parameters.
- getPassword() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The password used when creating a new connection.
- getPassword() - Method in class org.hawkular.cmdgw.api.Authentication
-
- getPersona() - Method in class org.hawkular.cmdgw.api.Authentication
-
- getReply() - Method in class org.hawkular.cmdgw.api.EchoResponse
-
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The inventory path to the Application Server resource where the driver should be installed
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
The inventory path to the Application Server resource that was targeted by the request.
- getResourcePath() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The inventory path to the Application Server resource where the driver should be installed
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
The inventory path to the Application Server resource that was targeted by the request.
- getResourcePath() - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
The inventory path to the resource that is to deploy the application
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
The inventory path to the resource that deployed the application
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
The inventory path to the resource that is to execute the operation
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
The inventory path to the resource that executed the operation
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.ExportJdrRequest
-
The inventory path to the server that is to execute the operation
(Required)
- getResourcePath() - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The inventory path to the server that has executed the operation
(Required)
- getSecurityDomain() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool.
- getStackTrace() - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
-
- getStatus() - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
Indicates if the deployment succeeded or failed.
- getStatus() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
Indicates if the deployment succeeded or failed.
- getStatus() - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
Indicates if the deployment succeeded or failed.
- getStatus() - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
The success or failure flag.
- getStatus() - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The success or failure flag.
- getToken() - Method in class org.hawkular.cmdgw.api.Authentication
-
- getUserName() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The user name used when creating a new connection.
- getUsername() - Method in class org.hawkular.cmdgw.api.Authentication
-
- getXaDataSourceClass() - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The fully qualified name of the javax.sql.XADataSource implementation.
- setAuthentication(Authentication) - Method in class org.hawkular.cmdgw.api.AuthMessage
-
Provides user credentials or security token.
- setConnectionUrl(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The JDBC driver connection URL.
- setDatasourceName(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The name for this datasource.
- setDatasourceProperties(Map<String, String>) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
Either a list of xa-datasource-properties in case this is a XA datasource or otherwise a list of connection-properties for a non-XA datasource.
- setDestinationFileName(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
(Required)
- setDestinationFileName(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
(Required)
- setDriverClass(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The fully qualified name of the JDBC driver class.
- setDriverClass(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- setDriverJarName(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The name of the jar file that should be used when storing the binary data to in the module directory on the server.
- setDriverMajorVersion(Integer) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- setDriverMinorVersion(Integer) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
- setDriverName(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
Name of the JDBC driver as available under /subsystem=datasources/jdbc-driver=* in WildFly configuration.
- setDriverName(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
(Required)
- setEchoMessage(String) - Method in class org.hawkular.cmdgw.api.EchoRequest
-
(Required)
- setEnabled(Boolean) - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
If true, the deployment will be enabled immediately.
- setErrorMessage(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
-
(Required)
- setErrorMessage(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setFileName(String) - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The report's file name to be presented to the client, based on the name generated at the server.
- setJndiName(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
the JNDI name for the datasource
(Required)
- setMessage(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
A message that further describes the results of the operation.
- setMessage(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
A message that further describes the results of the operation.
- setMessage(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
A message that further describes the results of the deployment.
- setMessage(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
An additional message describing the results.
- setMessage(String) - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
An additional message describing the results.
- setMessage(String) - Method in class org.hawkular.cmdgw.api.GenericSuccessResponse
-
(Required)
- setMessage(String) - Method in class org.hawkular.cmdgw.api.NotificationMessage
-
(Required)
- setModuleName(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The name of the JBoss Module to create or use, such as "org.example.jdbc.driver"
(Required)
- setOperationName(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
(Required)
- setOperationName(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
(Required)
- setParameters(Map<String, String>) - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
A simple map of named parameters.
- setPassword(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The password used when creating a new connection.
- setPassword(String) - Method in class org.hawkular.cmdgw.api.Authentication
-
- setPassword(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setPersona(String) - Method in class org.hawkular.cmdgw.api.Authentication
-
- setPersona(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setReply(String) - Method in class org.hawkular.cmdgw.api.EchoResponse
-
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The inventory path to the Application Server resource where the driver should be installed
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
The inventory path to the Application Server resource that was targeted by the request.
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
-
The inventory path to the Application Server resource where the driver should be installed
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
The inventory path to the Application Server resource that was targeted by the request.
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
-
The inventory path to the resource that is to deploy the application
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
The inventory path to the resource that deployed the application
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationRequest
-
The inventory path to the resource that is to execute the operation
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
The inventory path to the resource that executed the operation
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.ExportJdrRequest
-
The inventory path to the server that is to execute the operation
(Required)
- setResourcePath(String) - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The inventory path to the server that has executed the operation
(Required)
- setSecurityDomain(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The security domain which defines the javax.security.auth.Subject that are used to distinguish connections in the pool.
- setStackTrace(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
-
- setStackTrace(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setStatus(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceResponse
-
Indicates if the deployment succeeded or failed.
- setStatus(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
-
Indicates if the deployment succeeded or failed.
- setStatus(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
-
Indicates if the deployment succeeded or failed.
- setStatus(String) - Method in class org.hawkular.cmdgw.api.ExecuteOperationResponse
-
The success or failure flag.
- setStatus(String) - Method in class org.hawkular.cmdgw.api.ExportJdrResponse
-
The success or failure flag.
- setThrowable(Throwable) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setToken(String) - Method in class org.hawkular.cmdgw.api.Authentication
-
- setToken(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setUserName(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The user name used when creating a new connection.
- setUsername(String) - Method in class org.hawkular.cmdgw.api.Authentication
-
- setUsername(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
-
- setXaDatasource(boolean) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
true if an XA datasource should be added, false otherwise
- setXaDataSourceClass(String) - Method in class org.hawkular.cmdgw.api.AddDatasourceRequest
-
The fully qualified name of the javax.sql.XADataSource implementation.