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