|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReturnStatusSystem
Interface for return status system of Batchs executions.
ReturnStatus| Method Summary | |
|---|---|
void |
checkReturnStatus(BatchExecutionContext batchExecutioncontext)
Called to implement different behaviour depending on return code (Throw exception if conditions are met) |
void |
createReturnStatus(int codeValue,
java.lang.String message,
BatchExecutionContext batchExecutioncontext)
Called to store return status. |
| Method Detail |
|---|
void createReturnStatus(int codeValue,
java.lang.String message,
BatchExecutionContext batchExecutioncontext)
ReturnStatus
codeValue - int : Return codemessage - String : Message related to codebatchExecutioncontext - BatchExecutionContext
void checkReturnStatus(BatchExecutionContext batchExecutioncontext)
throws BatchException
batchExecutioncontext - BatchExecutionContext
BatchException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||