org.filteredpush.triage.api
Interface JobRunner

All Known Implementing Classes:
FPJobRunner

public interface JobRunner

Interface to a mechanism for running jobs.


Method Summary
 void runJob(AbstractJob job)
           
 

Method Detail

runJob

void runJob(AbstractJob job)
            throws JobExecutionException
Parameters:
job - Will run the job provided as an argument.
Throws:
JobExecutionException