Uses of Interface
org.sape.carbon.services.threadpool.TaskInfo

Packages that use TaskInfo
org.sape.carbon.services.threadpool   
 

Uses of TaskInfo in org.sape.carbon.services.threadpool
 

Classes in org.sape.carbon.services.threadpool that implement TaskInfo
 class TaskInfoImpl
          Besides supplying the functionality described by the TaskInfo interface, this implementation also is responsible for making callbacks using the TaskCallback interface if a callback has been specified.
 

Methods in org.sape.carbon.services.threadpool that return TaskInfo
 TaskInfo ThreadPool.execute(Runnable task, String taskName)
          Queues a task for execution.
 TaskInfo ThreadPool.execute(Runnable task, String taskName, TaskCallback callback)
          Queues a task for execution.
 TaskInfo DefaultThreadPoolImpl.execute(Runnable task, String taskName)
           
 TaskInfo DefaultThreadPoolImpl.execute(Runnable task, String taskName, TaskCallback callback)
           
 

Methods in org.sape.carbon.services.threadpool with parameters of type TaskInfo
 void TaskCallback.taskSucceeded(TaskInfo taskInfo)
          This method is called when a task completes successfully.
 void TaskCallback.taskFailed(TaskInfo taskInfo)
          This method is called when a task fails.
 void DefaultThreadPoolImpl.taskFailed(TaskInfo task)
          adds a task to the failed list
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.