Package org.jasig.portal.utils.threading

Interface Summary
Task A task which can be executed asynchronously
 

Class Summary
BaseTask A convenience base task class for subclasses.
DoubleCheckedCreator<T> Implementation of double-checked locking for object creation using a ReadWriteLock
MapCachingDoubleCheckedCreator<K,T> Implementation of DoubleCheckedCreator that stores what it creates in a backing Map.
PriorityThreadFactory Deprecated. Use CustomizableThreadFactory instead
RunnableTask This class exists as a convenience to execute Runnables.
SingletonDoubleCheckedCreator<T> Provides a DoubleCheckedCreator impl that tracks the singleton instance internally
TrackingThreadLocal<T> A ThreadLocal subclass that keeps track of all created instances.
 



Copyright © 2010 Jasig. All Rights Reserved.