Confdump Agent
1.4.0
|
Base class for each kind of configuration element which may be managed by Confdump. More...
#include <ManagedElement.hpp>
Public Member Functions | |
ManagedElement () | |
virtual | ~ManagedElement () |
Base class for each kind of configuration element which may be managed by Confdump.
A managed element is any system object accessible through CIM. Examples include system processes, open sockets, hard drive partitions, system users, ...
In Confdump, they are aggregated in Result objects to form the tables returned by WQL queries.
The implementation is done through the property system of QObject. It transparently supports efficient statically-defined properties and dynamic (for the runtime extensibility required in specific cases) properties.
Definition at line 43 of file ManagedElement.hpp.
Definition at line 26 of file ManagedElement.cpp.
Confdump::System::ManagedElement::~ManagedElement | ( | ) | [virtual] |
Definition at line 30 of file ManagedElement.cpp.