com.silverpeas.util
Interface ExecutionAttempts.Job

Enclosing class:
ExecutionAttempts

public static interface ExecutionAttempts.Job

The interface a job within a retry mechanism should implements.


Method Summary
 void execute()
          Executes the job.
 

Method Detail

execute

void execute()
             throws Exception
Executes the job.

Throws:
Exception - if an error occurs while executing the job.


Copyright © 2016 Silverpeas. All Rights Reserved.