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.


Field Summary
private  TaskInfoImpl info
           
 
Constructor Summary
DefaultThreadPoolImpl.TaskRunner(TaskInfoImpl info)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

info

private TaskInfoImpl info
Constructor Detail

DefaultThreadPoolImpl.TaskRunner

public DefaultThreadPoolImpl.TaskRunner(TaskInfoImpl info)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.