ERXRunnable Class Reference

List of all members.

Public Member Functions

abstract void _run ()
void run ()


Detailed Description

ERXRunnable provides support for cleaning up editing context locks at the end of your thread's run() method just like the behavior at the end of a normal R-R loop.

Author:
mschrag

Member Function Documentation

abstract void _run (  )  [pure virtual]

Override _run to provide your Thread's implementation.

void run (  ) 

Do not override run like implementing Runnable directly. Instead, override _run. The run method in ERXRunnable makes your _run method appear to be in a request, and cleans up resources at the end of the request.


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

Generated on Sat May 26 06:43:07 2012 for Project Wonder by  doxygen 1.5.8