public class LazyObjectReference<T> extends Reference
Modifier and Type | Class and Description |
---|---|
static class |
LazyObjectReference.LazyNamingException |
Constructor and Description |
---|
LazyObjectReference(java.util.concurrent.Callable<T> creator) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getObject() |
boolean |
isInitialized() |
getContent
public LazyObjectReference(java.util.concurrent.Callable<T> creator)