ProcessAgent Class Reference

An interface class between YaST2 and Process Agent. More...

#include <ProcessAgent.h>

Inheritance diagram for ProcessAgent:
SCRAgent

List of all members.

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)

Private Types

typedef map< pid_t, Process * > ProcessContainer

Private Member Functions

YCPValue ProcessOutput (std::string &output)

Private Attributes

ProcessContainer _processes

Detailed Description

An interface class between YaST2 and Process Agent.


Member Typedef Documentation

typedef map<pid_t, Process*> ProcessAgent::ProcessContainer [private]

Agent private variables


Constructor & Destructor Documentation

ProcessAgent::ProcessAgent (  ) 

Default constructor.

Constructor

ProcessAgent::~ProcessAgent (  )  [virtual]

Destructor.

Destructor - release all processes

References _processes.


Member Function Documentation

virtual YCPList ProcessAgent::Dir ( const YCPPath path  )  [virtual]

Provides SCR Dir ().

Implements SCRAgent.

virtual YCPValue ProcessAgent::Execute ( const YCPPath path,
const YCPValue value = YCPNull(),
const YCPValue arg = YCPNull() 
) [virtual]

Provides SCR Execute ().

Reimplemented from SCRAgent.

YCPValue ProcessAgent::otherCommand ( const YCPTerm term  )  [virtual]

Used for mounting the agent.

otherCommand

Reimplemented from SCRAgent.

References YCPTerm::name().

YCPValue ProcessAgent::ProcessOutput ( std::string &  output  )  [private]
virtual YCPValue ProcessAgent::Read ( const YCPPath path,
const YCPValue arg = YCPNull(),
const YCPValue opt = YCPNull() 
) [virtual]

Provides SCR Read ().

Parameters:
path Path that should be read.
arg Additional parameter.

Implements SCRAgent.

virtual YCPBoolean ProcessAgent::Write ( const YCPPath path,
const YCPValue value,
const YCPValue arg = YCPNull() 
) [virtual]

Provides SCR Write ().

Implements SCRAgent.


Member Data Documentation

Referenced by ~ProcessAgent().


The documentation for this class was generated from the following files:

Generated on a sunny day for yast2-core by doxygen 1.6.3