|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Task |
recoverState(String uniqueIdentifier)
Recovers the saved state of a task. |
void |
removeState(String uniqueIdentifier)
Removes all state information that might have been saved for a task. |
void |
saveState(String uniqueIdentifier,
Task task)
Saves the state of a task. |
Method Detail |
public void saveState(String uniqueIdentifier, Task task) throws IEException
uniqueIdentifier
- The unique identifier assigned to the task
instance whose state is being saved.task
- The task instance.
IEException
- if the state was not saved successfully.public Task recoverState(String uniqueIdentifier) throws IEException
uniqueIdentifier
- The unique identifier assigned to the task
instance whose state is being recovered.
IEException
- if the state was not recovered successfully.public void removeState(String uniqueIdentifier) throws IEException
uniqueIdentifier
- The unique identifier assigned to the task
instance whose saved state is being removed.
IEException
- if the state was not removed successfully.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |