Uses of Class
org.filteredpush.triage.api.AbstractJob

Packages that use AbstractJob
org.filteredpush.applepie.jobs   
org.filteredpush.applepie.triage   
org.filteredpush.jobs   
org.filteredpush.triage   
org.filteredpush.triage.api   
 

Uses of AbstractJob in org.filteredpush.applepie.jobs
 

Subclasses of AbstractJob in org.filteredpush.applepie.jobs
 class ApplePieAddAnalysisJob
           
 class ApplePieAnnotationJob
          ApplePieAnnotationJob is a job implementation that will treat the content of an FPMessage as an Apple Pie annotation.
 class ApplePieFindDuplicatesJob
           
 class ApplePieRegisterInterestJob
          ApplePieRegisterInterestJob allows clients to register an interest expressed as key value pairs to be matched (e.g.
 class ApplePieRunAnalysisJob
           
 class ApplePieSparqlQueryJob
          ApplePieSparqlQueryJob will take the content of a message with scheme SPARQL and message type QUERY and launch a SPARQL query against the triple store containing the annotation triples.
 

Uses of AbstractJob in org.filteredpush.applepie.triage
 

Methods in org.filteredpush.applepie.triage that return AbstractJob
 AbstractJob StaticApplePieJobPlanner.planJob(FPMessage message)
          Examine a message, and produce a job plan for acting upon the message based upon the type of the message.
 

Uses of AbstractJob in org.filteredpush.jobs
 

Subclasses of AbstractJob in org.filteredpush.jobs
 class ErrorJob
          Job to handle reporting of error conditions.
 class PingJob
          PingJob A job that checks the availability of NetworkAccessPoints over nodes and network capabilities.
 

Uses of AbstractJob in org.filteredpush.triage
 

Methods in org.filteredpush.triage with parameters of type AbstractJob
 void FPJobRunner.runJob(AbstractJob job)
          Adds the job to a queue and executes the next job in line.
 

Uses of AbstractJob in org.filteredpush.triage.api
 

Methods in org.filteredpush.triage.api that return AbstractJob
 AbstractJob AbstractJob.clone()
           
 AbstractJob JobPlanner.planJob(FPMessage message)
           
 

Methods in org.filteredpush.triage.api with parameters of type AbstractJob
 void JobRunner.runJob(AbstractJob job)