yast2-core
|
An interface class between YaST2 and Process Agent. More...
#include <ProcessAgent.h>
Public Member Functions | |
ProcessAgent () | |
virtual | ~ProcessAgent () |
virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPList | Dir (const YCPPath &path) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
![]() | |
SCRAgent () | |
virtual | ~SCRAgent () |
virtual YCPMap | Error (const YCPPath &) |
virtual YCPBoolean | RegisterAgent (const YCPPath &path, const YCPValue &) |
virtual YCPBoolean | UnregisterAgent (const YCPPath &path) |
virtual YCPBoolean | UnregisterAllAgents () |
virtual YCPBoolean | UnmountAgent (const YCPPath &) |
virtual YCPBoolean | RegisterNewAgents () |
void | setAsCurrentSCR () |
Private Types | |
typedef map< pid_t, Process * > | ProcessContainer |
Private Member Functions | |
YCPValue | ProcessOutput (std::string &output) |
Private Attributes | |
ProcessContainer | _processes |
Additional Inherited Members | |
![]() | |
static YCPValue | readconf (const char *filename) |
static SCRAgent * | instance () |
![]() | |
SCRAgent * | mainscragent |
An interface class between YaST2 and Process Agent.
|
private |
Agent private variables
ProcessAgent::ProcessAgent | ( | ) |
Default constructor.
Constructor
|
virtual |
|
private |
|
virtual |
|
private |
Referenced by ~ProcessAgent().