TimeStamp Class Reference

This class represents managed objects with syntax TimeTicks that store the value of sysUpTime whenever their update method is called. More...

#include <snmp_textual_conventions.h>

Inheritance diagram for TimeStamp:

MibLeaf MibEntry ThreadManager Synchronized

List of all members.

Public Member Functions

 TimeStamp (const Oidx &, mib_access, int)
 Construct a TimeStamp.
virtual ~TimeStamp ()
virtual boolean is_volatile ()
 Check whether the entry is volatile or not.
virtual MibEntryPtr clone ()
 Clone the receiver object.
void update ()


Detailed Description

This class represents managed objects with syntax TimeTicks that store the value of sysUpTime whenever their update method is called.

TimeStamp instances are not serializable.

Author:
Frank Fock
Version:
3.5.22

Constructor & Destructor Documentation

TimeStamp::TimeStamp ( const Oidx ,
mib_access  ,
int   
)

Construct a TimeStamp.

Parameters:
oid the oid of the leaf or the column of the columnar object.
access the max-access rights for the object. (Normally READONLY)
valueMode contains an ored value of one or more of the following modes: VMODE_DEFAULT: the value of the object pointed by value will be used as default value, otherwise the managed object has no default value. VMODE_LOCKED: value is locked (cannot be modified) while the row status of the receiver's row is active(1). This mode has no effect, if the the leaf is a scalar or otherwise if the receiver's row has no snmpRowStatus.

virtual TimeStamp::~TimeStamp (  )  [virtual]


Member Function Documentation

virtual boolean TimeStamp::is_volatile (  )  [inline, virtual]

Check whether the entry is volatile or not.

Returns:
TRUE if the entry contains volatile data, FALSE otherwise.

Reimplemented from MibEntry.

virtual MibEntryPtr TimeStamp::clone (  )  [virtual]

Clone the receiver object.

Returns:
A pointer to the clone.

Reimplemented from MibLeaf.

void TimeStamp::update (  ) 


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

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