Uses of Package
org.filteredpush.triage.api

Packages that use org.filteredpush.triage.api
org.filteredpush.applepie.jobs   
org.filteredpush.applepie.triage   
org.filteredpush.jobs   
org.filteredpush.message   
org.filteredpush.triage   
org.filteredpush.triage.api   
org.filteredpush.triage.test   
 

Classes in org.filteredpush.triage.api used by org.filteredpush.applepie.jobs
AbstractJob
          The base class for a strategy pattern implementation of Jobs.
JobExecutionException
          Exception thrown in the execution of a job by a JobRunner.
UnsupportedMessageTypeException
           
 

Classes in org.filteredpush.triage.api used by org.filteredpush.applepie.triage
AbstractJob
          The base class for a strategy pattern implementation of Jobs.
JobPlanner
          Given a message, develops an appopriate job plan for respondng to that message.
 

Classes in org.filteredpush.triage.api used by org.filteredpush.jobs
AbstractJob
          The base class for a strategy pattern implementation of Jobs.
JobExecutionException
          Exception thrown in the execution of a job by a JobRunner.
UnsupportedMessageTypeException
           
 

Classes in org.filteredpush.triage.api used by org.filteredpush.message
BadStatusException
          Exception thrown when Status state machine is attempted to be placed in an invalid state.
Status
          Interface to a status state machine.
 

Classes in org.filteredpush.triage.api used by org.filteredpush.triage
AbstractJob
          The base class for a strategy pattern implementation of Jobs.
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.
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
           
 

Classes in org.filteredpush.triage.api used by org.filteredpush.triage.api
AbstractJob
          The base class for a strategy pattern implementation of Jobs.
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.
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.
UnsupportedMessageTypeException
           
 

Classes in org.filteredpush.triage.api used by org.filteredpush.triage.test
JobExecutionException
          Exception thrown in the execution of a job by a JobRunner.