Runnable
wrapper or base class that inherits the execution context of the thread creating it, as it was at the time of creation. It is meant to be used when processing of a request is to be split across several cooperating threads (e.g. parallel aggregation).
Note: a CocoonRunnable
should not live longer than the end of the execution of the request in the creating thread, otherwise some unexpected behaviours may happen because the parent's environment has been released.
@since 2.1.8
@version $Id: CocoonRunnable.java 587750 2007-10-24 02:35:22Z vgritsenko $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|