![]() |
Containment Domains C++ API
0.1
Containment Domains C++ API v0.1
|
A class that represents the interface to the internal implementation of an actual CD. More...
#include <cd.h>
Public Member Functions | |
virtual bool | InternalCanRecover (uint error_name_mask, unit error_location_mask) |
Method to test if this CD can recover from an error/location mask. More... | |
virtual void | InternalReexecute () |
Reexecute-style default recovery. More... | |
virtual void | InternalEscalate (uint error_name_mask, unit error_location_mask, std::vector< SysErrT > errorsuint error_name_mask,) |
Escalate error/failure to parent. More... | |
A class that represents the interface to the internal implementation of an actual CD.