| |
|
| java.lang.Object com.bm.ejb3guice.inject.ConstructionContext
ConstructionContext | class ConstructionContext (Code) | | Context of a dependency construction. Used to manage circular references.
author: crazybob@google.com (Bob Lee) |
constructing | boolean constructing(Code) | | |
currentReference | T currentReference(Code) | | |
invocationHandlers | List<DelegatingInvocationHandler<T>> invocationHandlers(Code) | | |
finishConstruction | void finishConstruction()(Code) | | |
getCurrentReference | T getCurrentReference()(Code) | | |
isConstructing | boolean isConstructing()(Code) | | |
removeCurrentReference | void removeCurrentReference()(Code) | | |
setCurrentReference | void setCurrentReference(T currentReference)(Code) | | |
setProxyDelegates | void setProxyDelegates(T delegate)(Code) | | |
startConstruction | void startConstruction()(Code) | | |
|
|
|