Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor.threepass
Class PredistpatchTask
All Implemented Interfaces:
       Callable

public class PredistpatchTask      
the job of this task is to determine which EventHandler is going to handle
each Event via the HandlerRegistry
Implements:
Callable>
 
Links:
Kernel Association Association Link
to Class Event
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
 
Kernel Association Association Link
to Interface HandlerRegistry
Associates type:
aggregation
Client cardinality:
0..*
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
 
 

Field Summary
private final static String
private Event
private static Logger
Constructor Summary
public void
PredistpatchTask(Event event, HandlerRegistry handlerRegistry)
Method Summary
public ArrayList
Field Detail
className
private final static String className
Final.
Multiplicity:
1
Static.
 

event
private Event event
Multiplicity:
1
 

handlerRegistry
private HandlerRegistry handlerRegistry
Multiplicity:
1
 

logger
private static Logger logger
Multiplicity:
1
Static.
 
Constructor Detail
PredistpatchTask
public void PredistpatchTask (Event event, HandlerRegistry handlerRegistry)
 
Constructor
Parameters:
event the Event
handlerRegistry the HandlerRegistry that will be used to determini the EventHandlers for this Event
Stereotype:
create
 
Method Detail
call
public ArrayList call ()
 
Throws:
ProcessorException
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD