|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandResult
An interface that defines the command execution result.
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Gets the exception if the command execution failed. |
java.util.Collection |
getMessages()
Gets warning messages if there is any. |
java.lang.Object |
getResult()
Gets the result of the command execution if the execution is successful. |
boolean |
isSuccessful()
Returns if the last command execution is successful or not. |
Method Detail |
---|
boolean isSuccessful()
java.util.Collection getMessages()
java.lang.Throwable getException()
java.lang.Object getResult()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |