|
||||||||||
| 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.stream.RemoteOutputStreamCommandResponse
public class RemoteOutputStreamCommandResponse
Encapsulates the results of a remote output stream invocation.
| Constructor Summary | |
|---|---|
RemoteOutputStreamCommandResponse(Command cmd,
Object results)
Constructor for RemoteOutputStreamCommandResponse that defines a successfully invoked remote stream
method. |
|
RemoteOutputStreamCommandResponse(CommandResponse responseToTransform)
Constructor for RemoteOutputStreamCommandResponse. |
|
RemoteOutputStreamCommandResponse(Command cmd,
Throwable exception)
Constructor for RemoteOutputStreamCommandResponse that defines a failed remote stream invocation. |
|
| 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 RemoteOutputStreamCommandResponse(Command cmd,
Object results)
RemoteOutputStreamCommandResponse that defines a successfully invoked remote stream
method.
cmd - the command that was executed (may be null)results - the results of the InputStream method call
public RemoteOutputStreamCommandResponse(Command cmd,
Throwable exception)
RemoteOutputStreamCommandResponse that defines a failed remote stream invocation.
cmd - the command that was executed (may be null)exception - the exception that describes the failure, if available (may be null)public RemoteOutputStreamCommandResponse(CommandResponse responseToTransform)
RemoteOutputStreamCommandResponse.
AbstractCommandResponse.AbstractCommandResponse(CommandResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||