Package org.tigransoft.threads

Interface Summary
ExtendedRunnable Interface extension to Runnable which adds the requesite method ExtendedRunnable.setAbort(boolean) to ExtendedThreads and or their Runnables.
 

Class Summary
AbstractExtendedRunnable Abstract implementation of ExtendedRunnable which handles the default methods.
ExtendedThread A thread implementation that adds additional accessor API for easier management.
ExtendedThreadGroup An extended ThreadGroup that adds additional accessor API for easier management.
ThreadManager Thread Manager for a central access to all threads utilized by an application
 

Exception Summary
InvalidThreadParentException Exception to be thrown in the event that a Thread or ThreadGroup is added as a child to an ExtendedThreadGroup that is not its parent
 



Copyright © 2002-2003 TigranSoft. All Rights Reserved.