|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExecutionStatus
Allows access to the status of an executed command.
ExecutionSession
Method Summary | |
---|---|
SoamException |
getException()
Retrieves the attached exception if the Command was unsuccessful. |
int |
getExitCode()
The exit code of the Command . |
java.lang.String |
getId()
Returns the identifier for the Command associated with this status. |
boolean |
isSuccessful()
Indicates whether the corresponding Command was successfully processed
by the middleware. |
Method Detail |
---|
java.lang.String getId() throws SoamException
Command
associated with this status.
This identifier is actually the TaskID assigned within symphony to this command.
Command
SoamException
boolean isSuccessful() throws SoamException
Command
was successfully processed
by the middleware.
SoamException
SoamException getException() throws SoamException
Command
was unsuccessful.
Command
succeeded and this method is called, an exception will be thrown.
Avoid erroneously calling this method by invoking
ExecutionStatus#isSuccessful
to verify that the Command
had failed.
SoamException
isSuccessful()
int getExitCode() throws SoamException
Command
.
Command
if it was successfully processed.
SoamException
|
Version 4.1 Date Modified: -DREL_DATE=Nov 03 2008 Platform Computing. Accelerating Intelligence(TM). Copyright (C) 2001-2008 Platform Computing Corporation. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |