Skip navigation links
A B D E G N O S T 

A

AddJdbcDriverRequest - Class in org.hawkular.cmdgw.api
Adds a JDBC Driver to a resource.
AddJdbcDriverRequest() - Constructor for class org.hawkular.cmdgw.api.AddJdbcDriverRequest
 
AddJdbcDriverResponse - Class in org.hawkular.cmdgw.api
Results of an Add Driver request.
AddJdbcDriverResponse() - Constructor for class org.hawkular.cmdgw.api.AddJdbcDriverResponse
 
ApiDeserializer - Class in org.hawkular.cmdgw.api
Given the special syntax of "apiName=JSON" this will deserialize the JSON into the appropriate API POJO.
ApiDeserializer() - Constructor for class org.hawkular.cmdgw.api.ApiDeserializer
 
Authentication - Class in org.hawkular.cmdgw.api
Provides user credentials or security token.
Authentication() - Constructor for class org.hawkular.cmdgw.api.Authentication
 
AuthMessage - Class in org.hawkular.cmdgw.api
Message properties that are needed for authentication.
AuthMessage() - Constructor for class org.hawkular.cmdgw.api.AuthMessage
 

B

build() - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
 
buildWithThrowable(Throwable) - Static method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
 

D

DeployApplicationRequest - Class in org.hawkular.cmdgw.api
Deploys an application to a resource.
DeployApplicationRequest() - Constructor for class org.hawkular.cmdgw.api.DeployApplicationRequest
 
DeployApplicationResponse - Class in org.hawkular.cmdgw.api
Results of an application deployment request.
DeployApplicationResponse() - Constructor for class org.hawkular.cmdgw.api.DeployApplicationResponse
 
deserialize(String) - Method in class org.hawkular.cmdgw.api.ApiDeserializer
Deserializes a JSON string in Hawkular format.
deserialize(InputStream) - Method in class org.hawkular.cmdgw.api.ApiDeserializer
Reads a JSON string in Hawkular format that is found in the given input stream and converts the JSON string to a particular message object.

E

EchoRequest - Class in org.hawkular.cmdgw.api
A simple request to echo a string back used for testing connectivity.
EchoRequest() - Constructor for class org.hawkular.cmdgw.api.EchoRequest
 
EchoResponse - Class in org.hawkular.cmdgw.api
An echo response where the reply should be the message from the echo request.
EchoResponse() - Constructor for class org.hawkular.cmdgw.api.EchoResponse
 
ExecuteOperationRequest - Class in org.hawkular.cmdgw.api
A request to execute an operation.
ExecuteOperationRequest() - Constructor for class org.hawkular.cmdgw.api.ExecuteOperationRequest
 
ExecuteOperationResponse - Class in org.hawkular.cmdgw.api
A response describing the results of an operation execution.
ExecuteOperationResponse() - Constructor for class org.hawkular.cmdgw.api.ExecuteOperationResponse
 

G

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.
getDestinationFileName() - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
(Required)
getDestinationFileName() - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
(Required)
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.
getDriverName() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
(Required)
getEchoMessage() - Method in class org.hawkular.cmdgw.api.EchoRequest
(Required)
getErrorMessage() - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
(Required)
getMessage() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
A message that further describes the results of the deployment.
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.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.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.AddJdbcDriverRequest
The inventory path to the resource that is to deploy the application (Required)
getResourcePath() - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
The inventory path to the resource that is to deploy the application (Required)
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)
getStackTrace() - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
 
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.
getToken() - Method in class org.hawkular.cmdgw.api.Authentication
 
getUsername() - Method in class org.hawkular.cmdgw.api.Authentication
 

N

NotificationMessage - Class in org.hawkular.cmdgw.api
An general notification message.
NotificationMessage() - Constructor for class org.hawkular.cmdgw.api.NotificationMessage
 

O

org.hawkular.cmdgw.api - package org.hawkular.cmdgw.api
 

S

setAuthentication(Authentication) - Method in class org.hawkular.cmdgw.api.AuthMessage
Provides user credentials or security token.
setDestinationFileName(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationRequest
(Required)
setDestinationFileName(String) - Method in class org.hawkular.cmdgw.api.DeployApplicationResponse
(Required)
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.
setDriverName(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverRequest
(Required)
setEchoMessage(String) - Method in class org.hawkular.cmdgw.api.EchoRequest
(Required)
setErrorMessage(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponse
(Required)
setErrorMessage(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
 
setMessage(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
A message that further describes the results of the deployment.
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.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.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.AddJdbcDriverRequest
The inventory path to the resource that is to deploy the application (Required)
setResourcePath(String) - Method in class org.hawkular.cmdgw.api.AddJdbcDriverResponse
The inventory path to the resource that is to deploy the application (Required)
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)
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.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.
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.Authentication
 
setUsername(String) - Method in class org.hawkular.cmdgw.api.GenericErrorResponseBuilder
 

T

toHawkularFormat(BasicMessage) - Static method in class org.hawkular.cmdgw.api.ApiDeserializer
Returns a string that encodes the given object as a JSON message but then prefixes that JSON with additional information that a Hawkular client will need to be able to deserialize the JSON.
toHawkularFormat(BasicMessage, InputStream) - Static method in class org.hawkular.cmdgw.api.ApiDeserializer
Returns a BinaryData object (which is a stream) that encodes the given message just like toHawkularFormat(BasicMessage) does but also packages the given input stream as extra data with the JSON message.
A B D E G N O S T 
Skip navigation links

Copyright © 2015 Red Hat. All rights reserved.