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
BackgroundInitializer implementation that wraps a
Callable object. |
class |
MultiBackgroundInitializer
A specialized
BackgroundInitializer implementation that can deal with
multiple background initialization tasks. |
Modifier and Type | Method and Description |
---|---|
BackgroundInitializer<?> |
MultiBackgroundInitializer.MultiBackgroundInitializerResults.getInitializer(String name)
Returns the
BackgroundInitializer with the given name. |
Modifier and Type | Method and Description |
---|---|
void |
MultiBackgroundInitializer.addInitializer(String name,
BackgroundInitializer<?> init)
Adds a new
BackgroundInitializer to this object. |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.