|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.filteredpush.applepie.triage.StaticApplePieJobPlanner
public class StaticApplePieJobPlanner
| Field Summary | |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
prototypes
|
| Constructor Summary | |
|---|---|
StaticApplePieJobPlanner()
Load a list of job "prototype" objects that can be cloned to plan a job. |
|
| Method Summary | |
|---|---|
AbstractJob |
planJob(FPMessage message)
Examine a message, and produce a job plan for acting upon the message based upon the type of the message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.util.Map<java.lang.String,java.lang.String> prototypes
| Constructor Detail |
|---|
public StaticApplePieJobPlanner()
| Method Detail |
|---|
public AbstractJob planJob(FPMessage message)
planJob in interface JobPlannermessage - the message on which to base the job plan.
java.lang.CloneNotSupportedException
UnsupportedMessageTypeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||