Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: 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:
Callable>
 
 

Field Summary
private final static String
private Future
private static Logger
Constructor Summary
public void
EventProcessingTask(Future futurePredispatchedEvents)
Method Summary
public ArrayList
Field Detail
className
private final static String className
Final.
Multiplicity:
1
Static.
 

futurePredispatchedEvents
private Future futurePredispatchedEvents
the predispathed events from the previous task
Multiplicity:
1
 

logger
private static Logger logger
Multiplicity:
1
Static.
 
Constructor Detail
EventProcessingTask
public void EventProcessingTask (Future futurePredispatchedEvents)
 
Constructor
Parameters:
futurePredispatchedEvents
Stereotype:
create
 
Method Detail
call
public ArrayList call ()
 
Throws:
ProcessorException
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD