AGENT++  4.0.3
Public Member Functions | Protected Attributes | List of all members
MibTask Class Reference

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

#include <threads.h>

Inheritance diagram for MibTask:
Runnable

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.
 
- Public Member Functions inherited from Runnable
 Runnable ()
 
virtual ~Runnable ()
 

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 ( )
inlinevirtual

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

MibMethodCall* MibTask::task
protected

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