public static class CdiEjbBean.EjbInjectionTargetImpl<T>
extends <any>
Constructor and Description |
---|
EjbInjectionTargetImpl(<any> annotatedType,
java.util.Set<InjectionPoint> points,
WebBeansContext webBeansContext) |
EjbInjectionTargetImpl(CdiEjbBean.EjbInjectionTargetImpl<T> original,
<any> delegate) |
Modifier and Type | Method and Description |
---|---|
T |
createNewPojo(<any> creationalContext) |
void |
defineInterceptorStack(<any> bean,
<any> annotatedType,
WebBeansContext webBeansContext) |
protected void |
defineLifecycleInterceptors(<any> bean,
<any> annotatedType,
WebBeansContext webBeansContext) |
void |
dispose(T instance) |
java.util.Set<InjectionPoint> |
getInjectionPoints() |
void |
inject(T instance,
<any> ctx) |
protected boolean |
needsProxy() |
void |
postConstruct(T instance) |
void |
preDestroy(T instance) |
T |
produce(<any> creationalContext) |
void |
setCdiEjbBean(CdiEjbBean<T> bean) |
public EjbInjectionTargetImpl(<any> annotatedType, java.util.Set<InjectionPoint> points, WebBeansContext webBeansContext)
public EjbInjectionTargetImpl(CdiEjbBean.EjbInjectionTargetImpl<T> original, <any> delegate)
public void setCdiEjbBean(CdiEjbBean<T> bean)
protected void defineLifecycleInterceptors(<any> bean, <any> annotatedType, WebBeansContext webBeansContext)
public void defineInterceptorStack(<any> bean, <any> annotatedType, WebBeansContext webBeansContext)
protected boolean needsProxy()
public T produce(<any> creationalContext)
public void dispose(T instance)
public java.util.Set<InjectionPoint> getInjectionPoints()
public void inject(T instance, <any> ctx)
public void postConstruct(T instance)
public void preDestroy(T instance)
public T createNewPojo(<any> creationalContext)