- All Implemented Interfaces:
Runnable
Registers cleanup activities to be completed when a scope ends.
-
Constructor Summary
Constructors
-
Method Summary
void
Register a task to be completed after the request ends.
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequestCleanup
public RequestCleanup()
-
Method Details
-
add
Register a task to be completed after the request ends.
-
run
public void run()
- Specified by:
run
in interface Runnable