| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor.threepass
|
Class DecodeAndPredistpatchTask
|
All Implemented Interfaces:
Callable
public class DecodeAndPredistpatchTask
DecodeAndPredispatchingTask represents the initial task associated with the
initial phase of the three pass processing. During this phase, Messages are
decoded into Events and the event's associated EventHandlers are located via
the EventHandlerRegistry.
NOTE: a single Message may be decoded into several Events. Similarly each
Event may have multiple registered EventHandlers.
Implements:
Links:
Kernel Association Association Link
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
Kernel Association Association Link
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
| Field Summary |
private final static String |
|
|
|
private static Logger |
|
|
|
| Constructor Summary |
public void |
|
| Method Summary |
public ArrayList |
|
private ArrayList |
|
private final static String className
Final.
Multiplicity:
1
Static.
Multiplicity:
1
private static Logger logger
Multiplicity:
1
Static.
Multiplicity:
1
DecodeAndPredistpatchTask
Parameters:
message to be processed by this taks
handlerRegistry used to determinine which handler will take cere of the resulting evebnts
Stereotype:
create
public ArrayList call ()
Throws:
ProcessorException
decodes a message into events and finds the apropiated hadler via the
HandlerRegistry
Parameters:
predecodedMessage the Message to be decoded
Return:
the resulting events associated with the proper handlers
Throws:
DecodingException,HandlerRegistryException
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|