public class InjectionPointBean extends AbstractStaticallyDecorableBuiltInBean<InjectionPoint>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
InjectionPointBean(BeanManagerImpl manager)
Creates an InjectionPoint Web Bean for the injection of the containing bean owning
the field, constructor or method for the annotated item
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(InjectionPoint instance,
CreationalContext<InjectionPoint> creationalContext)
Destroy an instance of the contextual type.
|
protected InjectionPoint |
newInstance(InjectionPoint ip,
CreationalContext<InjectionPoint> creationalContext) |
String |
toString() |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getBeanClass, getDecorators, getInjectionPointcleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdpublic InjectionPointBean(BeanManagerImpl manager)
manager - The RI manager implementationprotected InjectionPoint newInstance(InjectionPoint ip, CreationalContext<InjectionPoint> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<InjectionPoint>public void destroy(InjectionPoint instance, CreationalContext<InjectionPoint> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdpublic String toString()
toString in class CommonBean<InjectionPoint>Copyright © 2015. All Rights Reserved.