|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.AbstractCommandResponse
org.rhq.enterprise.communications.command.impl.generic.GenericCommandResponse
public class GenericCommandResponse
Provides a concrete implementation of the base command response object. This class
does not define any strongly typed methods to extract specific data from the
results object since this class represents a generic command response
from an unknown, custom command.
| Constructor Summary | |
|---|---|
GenericCommandResponse(Command command)
Constructor for GenericCommandResponse. |
|
GenericCommandResponse(Command command,
boolean success,
Object results,
Throwable exception)
Constructor for GenericCommandResponse. |
|
GenericCommandResponse(CommandResponse responseToTransform)
Constructor for GenericCommandResponse. |
|
| Method Summary |
|---|
| Methods inherited from class org.rhq.enterprise.communications.command.AbstractCommandResponse |
|---|
getCommand, getException, getResults, isSuccessful, setCommand, setException, setResults, setSuccessful, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenericCommandResponse(Command command)
GenericCommandResponse.
AbstractCommandResponse.AbstractCommandResponse(Command)
public GenericCommandResponse(Command command,
boolean success,
Object results,
Throwable exception)
GenericCommandResponse.
AbstractCommandResponse.AbstractCommandResponse(Command, boolean, Object, Throwable)public GenericCommandResponse(CommandResponse responseToTransform)
GenericCommandResponse.
AbstractCommandResponse.AbstractCommandResponse(CommandResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||