alma::acs::commandcenter::trace::Flow Class Reference
List of all members.
Detailed Description
The base class for flow tracing, subclass this to define a flow.
Member Function Documentation
| void alma::acs::commandcenter::trace::Flow::addListener |
( |
FlowListener |
l |
) |
[inline] |
| void alma::acs::commandcenter::trace::Flow::consistsOf |
( |
String |
parent, |
|
|
String[] |
kids | |
|
) |
| | [inline] |
| String alma::acs::commandcenter::trace::Flow::current |
( |
|
) |
[inline] |
| void alma::acs::commandcenter::trace::Flow::failure |
( |
Object |
info |
) |
[inline] |
| void alma::acs::commandcenter::trace::Flow::fireCompletion |
( |
|
) |
[inline, protected] |
| void alma::acs::commandcenter::trace::Flow::fireFailure |
( |
String |
step, |
|
|
Object |
info | |
|
) |
| | [inline, protected] |
| void alma::acs::commandcenter::trace::Flow::fireReset |
( |
Object |
info |
) |
[inline, protected] |
| void alma::acs::commandcenter::trace::Flow::fireSuccess |
( |
String |
step |
) |
[inline, protected] |
| void alma::acs::commandcenter::trace::Flow::fireTrying |
( |
String |
step |
) |
[inline, protected] |
| Node alma::acs::commandcenter::trace::Flow::node |
( |
String |
name |
) |
[inline, protected] |
| void alma::acs::commandcenter::trace::Flow::removeListener |
( |
FlowListener |
l |
) |
[inline] |
| void alma::acs::commandcenter::trace::Flow::reset |
( |
Object |
info |
) |
[inline] |
References fireReset(), latestSuccess, nowTrying, and UNDEF.
Referenced by fireReset(), alma::acs::commandcenter::engine::Executor::local(), alma::acs::commandcenter::engine::Executor::localInProc(), alma::acs::commandcenter::engine::Executor::localOutProc(), alma::acs::commandcenter::engine::Executor::remoteDaemonForContainers(), alma::acs::commandcenter::engine::Executor::remoteDaemonForServices(), alma::acs::commandcenter::engine::Executor::remoteNative(), and alma::acs::commandcenter::engine::Executor::remotePortable().
| void alma::acs::commandcenter::trace::Flow::success |
( |
String |
step |
) |
[inline] |
References fireCompletion(), fireSuccess(), latestSuccess, node(), nowTrying, and UNDEF.
Referenced by fireSuccess(), alma::acs::commandcenter::engine::Executor::local(), alma::acs::commandcenter::engine::Executor::localInProc(), alma::acs::commandcenter::engine::Executor::localOutProc(), alma::acs::commandcenter::engine::Executor::remoteDaemonForContainers(), alma::acs::commandcenter::engine::Executor::remoteDaemonForServices(), alma::acs::commandcenter::engine::Executor::remoteNative(), and alma::acs::commandcenter::engine::Executor::remotePortable().
| void alma::acs::commandcenter::trace::Flow::trying |
( |
String |
step |
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file: