T - public abstract class AbstractFacadeBean<T> extends AbstractDecorableBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFacadeBean(BeanManagerImpl manager,
java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(T instance,
CreationalContext<T> creationalContext) |
protected java.util.List<Decorator<?>> |
getDecorators(InjectionPoint ip) |
protected abstract java.lang.reflect.Type |
getDefaultType() |
protected InjectionPoint |
getInjectionPoint(CurrentInjectionPoint cip) |
protected java.lang.Class<T> |
getProxyClass() |
void |
initializeAfterBeanDiscovery()
In particular cases, the deployer must perform some initialization operations
only after all beans have been deployed (e.g. for initializing decorators
taking into account the possibility of having custom decorators which are
deployed through portable extensions)
|
create, getBeanClass, getDecorators, newInstancecleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdprotected AbstractFacadeBean(BeanManagerImpl manager, java.lang.Class<T> type)
public void destroy(T instance, CreationalContext<T> creationalContext)
protected java.lang.Class<T> getProxyClass()
getProxyClass in class AbstractDecorableBuiltInBean<T>public void initializeAfterBeanDiscovery()
RIBeaninitializeAfterBeanDiscovery in class AbstractBuiltInBean<T>protected java.util.List<Decorator<?>> getDecorators(InjectionPoint ip)
getDecorators in class AbstractDecorableBuiltInBean<T>protected InjectionPoint getInjectionPoint(CurrentInjectionPoint cip)
getInjectionPoint in class AbstractDecorableBuiltInBean<T>protected abstract java.lang.reflect.Type getDefaultType()
Copyright © 2015. All Rights Reserved.