#include <AgentService.h>
Inheritance diagram for net::AgentService:

Public Member Functions | |
| ResponseMessage | ProcessQuery (QueryMessage aQuery) |
| This method redefines the ProcessQuery method of the ServerInterface class. Its role is to execute commands coming from the controller and build a ResponseMessage. | |
| int | SetHandle (AgentHandler *aHandler) |
| This method sets the AgentHandler to apply to this AgentService. This allow the user to control the action performed when a descriptor arrives. | |
Protected Attributes | |
| PRThread * | mTaskThread |
| AgentHandler * | mHandler |
|
|
This method redefines the ProcessQuery method of the ServerInterface class. Its role is to execute commands coming from the controller and build a ResponseMessage.
Implements net::ServerInterface. |
|
|
This method sets the AgentHandler to apply to this AgentService. This allow the user to control the action performed when a descriptor arrives.
|
|
|
A AgentHandler associated to this service, allowing descriptor handling and checking |
|
|
The thread handling controller's requests |
1.4.4