|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StepDataInterface
This defines the basic interface for the data used by a thread. This will allow us to stop execution of threads and restart them later on without loosing track of the situation. Typically the StepDataInterface implementing class will contain result sets, temporary data, caching indexes, etc.
Method Summary | |
---|---|
BaseStepData.StepExecutionStatus |
getStatus()
Gets the status. |
boolean |
isDisposed()
Checks if is disposed. |
boolean |
isEmpty()
Checks if is empty. |
boolean |
isFinished()
Checks if is finished. |
boolean |
isIdle()
Checks if is idle. |
boolean |
isInitialising()
Checks if is initialising. |
boolean |
isRunning()
Checks if is running. |
void |
setStatus(BaseStepData.StepExecutionStatus status)
Sets the status. |
Method Detail |
---|
void setStatus(BaseStepData.StepExecutionStatus status)
status
- the new statusBaseStepData.StepExecutionStatus getStatus()
boolean isEmpty()
boolean isInitialising()
boolean isRunning()
boolean isIdle()
boolean isFinished()
boolean isDisposed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |