Package org.filteredpush.triage.api

Interface Summary
JobPlanner Given a message, develops an appopriate job plan for respondng to that message.
JobRunner Interface to a mechanism for running jobs.
Status Interface to a status state machine.
TriageConfigurationFactory  
 

Class Summary
AbstractJob The base class for a strategy pattern implementation of Jobs.
 

Exception Summary
BadStatusException Exception thrown when Status state machine is attempted to be placed in an invalid state.
JobExecutionException Exception thrown in the execution of a job by a JobRunner.
UnsupportedMessageSchemeException  
UnsupportedMessageTypeException