Package com.atlassian.jira.util.concurrent

Interface Summary
ConcurrentOperationMap This will allow you to submit an operation, encapsulated by a Callable, and keyed by an Object , such that the result of the Callable will be available to any concurrent callers with the same Object key.
 

Class Summary
BoundedExecutor BoundedExecutor is an Executor wrapper that bounds the number of runnables allowed on the Executor queue.
ConcurrentOperationMapImpl  
ThreadsafeLazyLoadedReference Thread-safe lock-less (see note) reference that is not constructed until required.
 

Exception Summary
ThreadsafeLazyLoadedReference.InitializationException The factory ThreadsafeLazyLoadedReference.create() method threw an exception.
 



Copyright © 2002-2007 Atlassian. All Rights Reserved.