See: Description
Class | Description |
---|---|
ActionParallel |
This manages a single parallel action executed on an
AutoEngine script. |
ActionSequential |
This manages a sequential action executed on an
AutoEngine script. |
AutoEngine |
This is a default implementation of an engine that can be used to interpret and execute
the provided default script, possibly for the autonomic manager or one of its modules,
or for an autonomous service in general.
|
AutoEngineInfo |
This class stores a set of info objects that the
AutoEngine uses to evaluate
a single policy event. |
AutoIn |
Input evaluation conditions for the related filter list to be selected.
|
AutoInvoke |
This performs all of the necessary operations to invoke a script method and process the result.
|
AutoInvokeThread |
This manages a script event by running it in a thread.
|
AutoOut |
A list of effectors that relate to a positive evaluator result.
|
AutoReply |
This class can evaluate a reply object for a true-false response, or success-failure,
with regard to using it further in the process.
|
LoopStack |
This is a stack that stores script loop evaluators, from a While loop.
|
ObjectsMap |
Stores mapping and functions from object keys to instances.
|