|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A WorkLoad is what the Worker will process in its queues.
Method Summary | |
void |
done()
This method is being called when the Worker is done with the WorkLoad. |
void |
doWork()
In this method, the actual work should be done (hence the name...) |
void |
error(java.lang.Exception e)
If doWork() throws an exception, this method will be called. |
Method Detail |
public void doWork()
public void error(java.lang.Exception e)
e
- the exceptionpublic void done()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |