org.filteredpush.triage
Class FPTriageConfigurationFactory

java.lang.Object
  extended by org.filteredpush.triage.FPTriageConfigurationFactory
All Implemented Interfaces:
TriageConfigurationFactory

public class FPTriageConfigurationFactory
extends java.lang.Object
implements TriageConfigurationFactory

Mechanism for configuring Triage for particular instances of a FilteredPush network. Concrete job planners determine the behavior of a network by mapping between messages (FPMessage) injected into the network and the response (AbstractJob) of the network components.

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

Constructor Summary
FPTriageConfigurationFactory()
           
 
Method Summary
 JobPlanner getConcreteJobPlanner()
           
 JobRunner getConcreteJobRunner()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPTriageConfigurationFactory

public FPTriageConfigurationFactory()
Method Detail

getConcreteJobPlanner

public JobPlanner getConcreteJobPlanner()
Specified by:
getConcreteJobPlanner in interface TriageConfigurationFactory

getConcreteJobRunner

public JobRunner getConcreteJobRunner()
Specified by:
getConcreteJobRunner in interface TriageConfigurationFactory