|
||||||||||
| 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.identify.IdentifyCommandResponse
public class IdentifyCommandResponse
Encapsulates the results of an identify command.
| Constructor Summary | |
|---|---|
IdentifyCommandResponse(Command cmd,
Identification ident)
Constructor for IdentifyCommandResponse that defines a successfully executed identify command. |
|
IdentifyCommandResponse(CommandResponse responseToTransform)
Constructor for IdentifyCommandResponse. |
|
IdentifyCommandResponse(Command cmd,
Throwable exception)
Constructor for IdentifyCommandResponse that defines a failed identify command. |
|
| Method Summary | |
|---|---|
Identification |
getIdentification()
Returns the remote server's identification information. |
| 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 IdentifyCommandResponse(Command cmd,
Identification ident)
IdentifyCommandResponse that defines a successfully executed identify command.
cmd - the identify command that was executed (may be null)ident - the identification information
public IdentifyCommandResponse(Command cmd,
Throwable exception)
IdentifyCommandResponse that defines a failed identify command.
cmd - the identify command that was executed (may be null)exception - the exception that caused the failure, if available (may be null)public IdentifyCommandResponse(CommandResponse responseToTransform)
IdentifyCommandResponse.
AbstractCommandResponse.AbstractCommandResponse(CommandResponse)| Method Detail |
|---|
public Identification getIdentification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||