org.filteredpush.triage
Class FPJobRunner

java.lang.Object
  extended by org.filteredpush.triage.FPJobRunner
All Implemented Interfaces:
JobRunner

public class FPJobRunner
extends java.lang.Object
implements JobRunner

Concrete implementation of a JobRunner for instances of a FilteredPush network.

Author:
mole, dlowery $Id: FPJobRunner.java 2003 2013-02-13 21:07:38Z dlowery $

Constructor Summary
FPJobRunner()
           
 
Method Summary
 void runJob(AbstractJob job)
          Adds the job to a queue and executes the next job in line.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPJobRunner

public FPJobRunner()
Method Detail

runJob

public void runJob(AbstractJob job)
            throws JobExecutionException
Adds the job to a queue and executes the next job in line.

Specified by:
runJob in interface JobRunner
Parameters:
job - Will run the job provided as an argument.
Throws:
JobExecutionException