| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor.threepass
|
Class EventProcessingTask
|
All Implemented Interfaces:
Callable
public class EventProcessingTask
EventProcessingTask represents the task associated with the third and final
phase of the three pass processing. During the third phase Events that have
been delievered to the EventHandler are handled (it is during this phase that
the handle() method is invoked on the handler).
Implements:
| Field Summary |
private final static String |
|
private Future |
|
private static Logger |
|
| Constructor Summary |
public void |
|
| Method Summary |
public ArrayList |
|
private final static String className
Final.
Multiplicity:
1
Static.
futurePredispatchedEvents
private Future futurePredispatchedEvents
the predispathed events from the previous task
Multiplicity:
1
private static Logger logger
Multiplicity:
1
Static.
public void EventProcessingTask (Future futurePredispatchedEvents)
Constructor
Parameters:
futurePredispatchedEvents
Stereotype:
create
public ArrayList call ()
Throws:
ProcessorException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|