|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void abortJob(JobContext, |
For cleaning up the job's output after job failure. |
void abortJob(JobContext, |
This method implements the new interface by calling the old method. |
void commitJob(JobContext ) |
For committing job's output after successful job completion. |
void commitJob(JobContext ) |
This method implements the new interface by calling the old method. |
Changed Methods | ||
void cleanupJob(JobContext ) |
Changed from abstract to non-abstract. Now deprecated. |
use {@link #commitJob(JobContext)} or {@link #abortJob(JobContext, int)} instead |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |