public static interface JCDIService.JCDIInjectionContext<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addDependentContext(JCDIService.JCDIInjectionContext<?> dependentContext)
Add a dependent context to this context so that the dependent context can be cleaned up when this one is.
|
void |
cleanup(boolean callPreDestroy) |
javax.enterprise.context.spi.CreationalContext<T> |
getCreationalContext() |
javax.enterprise.inject.spi.InjectionTarget<T> |
getInjectionTarget() |
T |
getInstance() |
T getInstance()
javax.enterprise.inject.spi.InjectionTarget<T> getInjectionTarget()
javax.enterprise.context.spi.CreationalContext<T> getCreationalContext()
void addDependentContext(JCDIService.JCDIInjectionContext<?> dependentContext)
dependentContext - The dependenct context.void cleanup(boolean callPreDestroy)
Copyright © 2017. All rights reserved.