| Package | Description | 
|---|---|
| org.apache.commons.lang3.concurrent | Provides support classes for multi-threaded programming. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallableBackgroundInitializer<T>
 A specialized  BackgroundInitializerimplementation that wraps aCallableobject. | 
| class  | MultiBackgroundInitializer
 A specialized  BackgroundInitializerimplementation that can deal with
 multiple background initialization tasks. | 
| Modifier and Type | Method and Description | 
|---|---|
| BackgroundInitializer<?> | MultiBackgroundInitializer.MultiBackgroundInitializerResults. getInitializer(String name)Returns the  BackgroundInitializerwith the given name. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MultiBackgroundInitializer. addInitializer(String name,
              BackgroundInitializer<?> init)Adds a new  BackgroundInitializerto this object. | 
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.