|
Class Summary |
| EngineEvent |
TaskSchedulerEngineEvent that specifies the messages exchanged between the engines
Created on Oct 24, 2004 |
| EngineHeartBeat |
Contains the Metadata assoicated with a particular engine. |
| EngineMetaData |
Stores engine metadata. |
| RequestHandler |
RequestHandler runs the StreamHandler and helps to connect resource with a
stream |
| Task |
Class Task is a structure that stores the following information
taskSpecification The task specification, this is usually the serialized filter command
event
handlerEngine The id of the Engine that'll handle this task
handlerID The id of the Request Handler that handles this task
isRoot Is this a start activity
status Activity Completion status
events Activity Events / Notifications / Errors
|
| TaskHandler |
Handles the initialization - completion of a flow on the active workflow
engine |
| TaskSchedulerEngine |
The task scheduler engine helps to distribute activities to disparate nodes.
|