Package com.dvt.app.threadworks

ThreadWorks is a Java API that greatly facilitates multi-threaded programming.

See:
          Description

Interface Summary
CompletionEventListener CompletionEventListeners allow applications to be notified that tasks have been completed.
DependencyEventListener Listener for completion events used to denote task dependencies.
TaskManagerEnvironment Interface for Environment info needed to run TaskManager.
 

Class Summary
CompletionEvent Represents a task completion event.
DefaultTaskManagerEnvironment Represents a default environment for a TaskManager.
Scheduler A Java-based scheduler.
TaskManager Runs any asynchronous, runnable tasks.
 

Exception Summary
ThreadWorksException Generic Threadworks application exception.
 

Package com.dvt.app.threadworks Description

ThreadWorks is a Java API that greatly facilitates multi-threaded programming.



Copyright © 2001 Delta Vortex Technologies, Inc. All Rights Reserved.