|
||||||||||
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()
|
boolean |
isDisposed()
|
boolean |
isEmpty()
|
boolean |
isFinished()
|
boolean |
isIdle()
|
boolean |
isInitialising()
|
boolean |
isRunning()
|
void |
setStatus(BaseStepData.StepExecutionStatus status)
|
Method Detail |
---|
void setStatus(BaseStepData.StepExecutionStatus status)
BaseStepData.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 |