org.ow2.orchestra.pvm.internal.jobexecutor
Interface DeadJobHandler


public interface DeadJobHandler

Author:
Guillaume Porcher Defines a handler called when a job has failed all its retries.

Method Summary
 void handleDeadJob(Job deadJob)
          Handle the dead job.
 

Method Detail

handleDeadJob

void handleDeadJob(Job deadJob)
Handle the dead job.

Parameters:
deadJob - job which has failed all the retries. The job will not be executed any more by the job executor.


Copyright © 2011 OW2 Consortium. All Rights Reserved.