|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkCleanerService
Give access to a WorkCleaner service implementation.
| Method Summary | |
|---|---|
void |
executeTasks()
Execute the registered tasks. |
void |
registerTask(CleanTask cleanTask)
Register a new clean task. |
void |
unregisterTask(CleanTask cleanTask)
Unregister a clean task. |
| Method Detail |
|---|
void registerTask(CleanTask cleanTask)
throws WorkCleanerException
cleanTask - the task to add
WorkCleanerException - if the task cannot be registred
void unregisterTask(CleanTask cleanTask)
throws WorkCleanerException
cleanTask - The task to unregister
WorkCleanerException - If the task cannot be unregisteredvoid executeTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||