| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConcurrentException | |
|---|---|
| org.apache.commons.lang3.concurrent | Provides support classes for multi-threaded programming. | 
| Uses of ConcurrentException in org.apache.commons.lang3.concurrent | 
|---|
| Methods in org.apache.commons.lang3.concurrent that return ConcurrentException | |
|---|---|
| static ConcurrentException | ConcurrentUtils.extractCause(ExecutionException ex)Inspects the cause of the specified ExecutionExceptionand
 creates aConcurrentExceptionwith the checked cause if
 necessary. | 
|  ConcurrentException | MultiBackgroundInitializer.MultiBackgroundInitializerResults.getException(String name)Returns the ConcurrentExceptionobject that was thrown by theBackgroundInitializerwith the given name. | 
| Methods in org.apache.commons.lang3.concurrent that throw ConcurrentException | ||
|---|---|---|
| static
 | ConcurrentUtils.createIfAbsent(ConcurrentMap<K,V> map,
                             K key,
                             ConcurrentInitializer<V> init)Checks if a concurrent map contains a key and creates a corresponding value if not. | |
|  T | LazyInitializer.get()Returns the object wrapped by this instance. | |
|  T | ConstantInitializer.get()Returns the object managed by this initializer. | |
|  T | ConcurrentInitializer.get()Returns the fully initialized object produced by this ConcurrentInitializer. | |
|  T | BackgroundInitializer.get()Returns the result of the background initialization. | |
|  T | AtomicSafeInitializer.get()Get (and initialize, if not initialized yet) the required object | |
|  T | AtomicInitializer.get()Returns the object managed by this initializer. | |
| static void | ConcurrentUtils.handleCause(ExecutionException ex)Handles the specified ExecutionException. | |
| protected abstract  T | LazyInitializer.initialize()Creates and initializes the object managed by this LazyInitializer. | |
| protected abstract  T | AtomicSafeInitializer.initialize()Creates and initializes the object managed by this AtomicInitializer. | |
| protected abstract  T | AtomicInitializer.initialize()Creates and initializes the object managed by this AtomicInitializer. | |
| static
 | ConcurrentUtils.initialize(ConcurrentInitializer<T> initializer)Invokes the specified ConcurrentInitializerand returns the
 object produced by the initializer. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||