MibTask Class Reference

The MibTask class implements a task for processing SNMP requests using AGENT++. More...

#include <threads.h>

Inheritance diagram for MibTask:

Runnable

List of all members.

Public Member Functions

 MibTask (MibMethodCall *call)
virtual ~MibTask ()
virtual void run ()
 When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

Protected Attributes

MibMethodCalltask


Detailed Description

The MibTask class implements a task for processing SNMP requests using AGENT++.

Author:
Frank Fock
Version:
3.5

Constructor & Destructor Documentation

MibTask::MibTask ( MibMethodCall call  )  [inline]

virtual MibTask::~MibTask (  )  [inline, virtual]


Member Function Documentation

virtual void MibTask::run (  )  [virtual]

When an object implementing interface Runnable is used to create a thread, starting the thread causes the object's run method to be called in that separately executing thread.

Implements Runnable.


Member Data Documentation


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

Generated on Fri May 29 22:36:55 2009 for AGENT++ by  doxygen 1.5.6