ERXTimerTask Class Reference

Inherits java::util::TimerTask.

Collaboration diagram for ERXTimerTask:

Collaboration graph
[legend]

List of all members.

Public Member Functions

abstract void _run ()
final void run ()


Detailed Description

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

Author:
q

Member Function Documentation

abstract void _run (  )  [pure virtual]

Override _run to provide your Task's implementation.

final void run (  ) 

Do not override run like implementing TimeTask directly. Instead, override _run. The run method in ERXTimeTask 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