org.sape.carbon.services.threadpool
Class DefaultThreadPoolImpl.TaskRunner
java.lang.Object
|
+--org.sape.carbon.services.threadpool.DefaultThreadPoolImpl.TaskRunner
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- DefaultThreadPoolImpl
- private class DefaultThreadPoolImpl.TaskRunner
- extends Object
- implements Runnable
Implementation of Runnable that wraps the tasks passed into the
execute method and is responsible for tracking the task as it is
queued and executed.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
private TaskInfoImpl info
DefaultThreadPoolImpl.TaskRunner
public DefaultThreadPoolImpl.TaskRunner(TaskInfoImpl info)
run
public void run()
- Specified by:
run
in interface Runnable
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.