org.filteredpush.triage
Class FPTriageProcessor

java.lang.Object
  extended by org.filteredpush.triage.FPTriageProcessor

public class FPTriageProcessor
extends java.lang.Object

Concrete implementation of TriageProcessor, the access point for a Triage component for FilteredPush networks.

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

Constructor Summary
FPTriageProcessor()
           
 
Method Summary
 void processMessage(FPMessage message, Identity origin)
          Given an FPMessage and an Identity as an argument, will invoke the JobPlanner and JobRunner implementations to plan and run the job that is appropriate for the FPMessage content and scheme.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPTriageProcessor

public FPTriageProcessor()
Method Detail

processMessage

public void processMessage(FPMessage message,
                           Identity origin)
Given an FPMessage and an Identity as an argument, will invoke the JobPlanner and JobRunner implementations to plan and run the job that is appropriate for the FPMessage content and scheme.

Parameters:
message -
origin -