yast2-slp
|
An interface class between YaST2 and Slp Agent. More...
#include <SlpAgent.h>
Public Member Functions | |
SlpAgent () | |
virtual | ~SlpAgent () |
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, const YCPValue &arg) |
virtual YCPList | Dir (const YCPPath &path) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
An interface class between YaST2 and Slp Agent.
SlpAgent::SlpAgent | ( | ) |
Agent private variables Default constructor.
Constructor
|
virtual |
Destructor.
Destructor
|
virtual |
Provides SCR Execute ().
Read
References check_error_state(), MySLPRegReport(), y2debug, and y2milestone.
|
virtual |
Provides SCR Read ().
path | Path that should be read. |
arg | Additional parameter. |
Execute
Implements SCRAgent.
References getMapValue(), YCPList::isEmpty(), Result, SlpAgentFindAttrs(), SlpAgentFindSrvs(), SlpAgentFindSrvTypes(), SlpAgentUnicastFindAttrs(), and y2debug.
|
virtual |