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

A

ApiDeserializer - Class in org.hawkular.feedcomm.api
Given the special syntax of "apiName=JSON" this will deserialize the JSON into the appropriate API POJO.
ApiDeserializer() - Constructor for class org.hawkular.feedcomm.api.ApiDeserializer
 

B

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

D

DeployApplicationRequest - Class in org.hawkular.feedcomm.api
Deploys an application to a resource.
DeployApplicationRequest() - Constructor for class org.hawkular.feedcomm.api.DeployApplicationRequest
 
DeployApplicationResponse - Class in org.hawkular.feedcomm.api
Results of an application deployment request.
DeployApplicationResponse() - Constructor for class org.hawkular.feedcomm.api.DeployApplicationResponse
 
deserialize(String) - Method in class org.hawkular.feedcomm.api.ApiDeserializer
Deserializes a JSON string in Hawkular format.
deserialize(InputStream) - Method in class org.hawkular.feedcomm.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.feedcomm.api
A simple request to echo a string back used for testing connectivity.
EchoRequest() - Constructor for class org.hawkular.feedcomm.api.EchoRequest
 
EchoResponse - Class in org.hawkular.feedcomm.api
An echo response where the reply should be the message from the echo request.
EchoResponse() - Constructor for class org.hawkular.feedcomm.api.EchoResponse
 
ExecuteOperationRequest - Class in org.hawkular.feedcomm.api
A request to execute an operation.
ExecuteOperationRequest() - Constructor for class org.hawkular.feedcomm.api.ExecuteOperationRequest
 
ExecuteOperationResponse - Class in org.hawkular.feedcomm.api
A response describing the results of an operation execution.
ExecuteOperationResponse() - Constructor for class org.hawkular.feedcomm.api.ExecuteOperationResponse
 

G

GenericErrorResponse - Class in org.hawkular.feedcomm.api
An general error message.
GenericErrorResponse() - Constructor for class org.hawkular.feedcomm.api.GenericErrorResponse
 
GenericErrorResponseBuilder - Class in org.hawkular.feedcomm.api
 
GenericErrorResponseBuilder() - Constructor for class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
 
GenericSuccessResponse - Class in org.hawkular.feedcomm.api
An general success message.
GenericSuccessResponse() - Constructor for class org.hawkular.feedcomm.api.GenericSuccessResponse
 
getDestinationFileName() - Method in class org.hawkular.feedcomm.api.DeployApplicationRequest
 
getDestinationFileName() - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
 
getEchoMessage() - Method in class org.hawkular.feedcomm.api.EchoRequest
 
getErrorMessage() - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
 
getMessage() - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
A message that further describes the results of the deployment.
getMessage() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
An additional message describing the results.
getMessage() - Method in class org.hawkular.feedcomm.api.GenericSuccessResponse
 
getMessage() - Method in class org.hawkular.feedcomm.api.NotificationMessage
 
getOperationName() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
 
getOperationName() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
 
getParameters() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
A simple map of named parameters.
getReply() - Method in class org.hawkular.feedcomm.api.EchoResponse
 
getResourcePath() - Method in class org.hawkular.feedcomm.api.DeployApplicationRequest
The inventory path to the resource that is to deploy the application
getResourcePath() - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
The inventory path to the resource that deployed the application
getResourcePath() - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
The inventory path to the resource that is to execute the operation
getResourcePath() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The inventory path to the resource that executed the operation
getStackTrace() - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
 
getStatus() - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
Indicates if the deployment succeeded or failed.
getStatus() - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The success or failure flag.

N

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

O

org.hawkular.feedcomm.api - package org.hawkular.feedcomm.api
 

S

setDestinationFileName(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationRequest
 
setDestinationFileName(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
 
setEchoMessage(String) - Method in class org.hawkular.feedcomm.api.EchoRequest
 
setErrorMessage(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
 
setErrorMessage(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
 
setMessage(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
A message that further describes the results of the deployment.
setMessage(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
An additional message describing the results.
setMessage(String) - Method in class org.hawkular.feedcomm.api.GenericSuccessResponse
 
setMessage(String) - Method in class org.hawkular.feedcomm.api.NotificationMessage
 
setOperationName(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
 
setOperationName(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
 
setParameters(Map<String, String>) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
A simple map of named parameters.
setReply(String) - Method in class org.hawkular.feedcomm.api.EchoResponse
 
setResourcePath(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationRequest
The inventory path to the resource that is to deploy the application
setResourcePath(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
The inventory path to the resource that deployed the application
setResourcePath(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationRequest
The inventory path to the resource that is to execute the operation
setResourcePath(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The inventory path to the resource that executed the operation
setStackTrace(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponse
 
setStackTrace(String) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
 
setStatus(String) - Method in class org.hawkular.feedcomm.api.DeployApplicationResponse
Indicates if the deployment succeeded or failed.
setStatus(String) - Method in class org.hawkular.feedcomm.api.ExecuteOperationResponse
The success or failure flag.
setThrowable(Throwable) - Method in class org.hawkular.feedcomm.api.GenericErrorResponseBuilder
 

T

toHawkularFormat(BasicMessage) - Static method in class org.hawkular.feedcomm.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.feedcomm.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, Inc.. All rights reserved.