ERXTimerTask Class Reference
Inherits java::util::TimerTask.
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.
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:
- /opt/source/Wonder/Frameworks/Core/ERExtensions/Sources/er/extensions/concurrency/ERXTimerTask.java