mongo::ClientCursorMonitor Class Reference

#include <clientcursor.h>

Inheritance diagram for mongo::ClientCursorMonitor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

string name () const
void run ()

Detailed Description

Definition at line 389 of file clientcursor.h.


Member Function Documentation

string mongo::ClientCursorMonitor::name (  )  const [inline, virtual]

Implements mongo::BackgroundJob.

Definition at line 391 of file clientcursor.h.

void mongo::ClientCursorMonitor::run (  )  [virtual]

define this to do your work. after this returns, state is set to done. after this returns, deleted if deleteSelf true.

NOTE: if run() throws, the exception will be caught within 'this' object and will ultimately lead to the BackgroundJob's thread being finished, as if run() returned.

Implements mongo::BackgroundJob.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


mongodb
Author(s): Nate Koenig
autogenerated on Fri Jan 11 12:15:54 2013