
Static Public Member Functions | |
| static ExecutorService | executorService () |
Static Private Attributes | |
| static final ExecutorService | _executorService |
Implements custom Thread and ThreadPoolExecutor subclasses that cooperate to maintain reference to currently executing task while executing and to ensure locked editing contexts are unlocked at the end of a task.
| static ExecutorService executorService | ( | ) | [static] |
final ExecutorService _executorService [static, private] |
Initial value:
new ERXTaskThreadPoolExecutor(0, Integer.MAX_VALUE, 60L, TimeUnit.SECONDS, new SynchronousQueue<Runnable>(), new ERXTaskThreadFactory())
1.5.8