public class InterceptedBeanMetadataBean extends BeanMetadataBean
CDI-92AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Modifier | Constructor and Description |
|---|---|
|
InterceptedBeanMetadataBean(BeanManagerImpl beanManager) |
protected |
InterceptedBeanMetadataBean(String idSuffix,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ip) |
Set<Annotation> |
getQualifiers() |
protected javax.enterprise.inject.spi.Bean<?> |
newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.Bean<?>> ctx) |
String |
toString() |
create, destroy, getParentCreationalContextcleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanClass, getBeanManager, getQualifierInstances, initialize, isDependentattributes, equals, getId, hashCode, isNullable, setAttributes, unwrapgetName, getScope, getStereotypes, getTypes, isAlternativepublic InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(String idSuffix, BeanManagerImpl beanManager)
protected javax.enterprise.inject.spi.Bean<?> newInstance(javax.enterprise.inject.spi.InjectionPoint ip,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.Bean<?>> ctx)
newInstance in class BeanMetadataBeanprotected void checkInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ip)
public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<javax.enterprise.inject.spi.Bean<?>>getQualifiers in class ForwardingBeanAttributes<javax.enterprise.inject.spi.Bean<?>>public String toString()
toString in class AbstractBuiltInMetadataBean<javax.enterprise.inject.spi.Bean<?>>Copyright © 2013 Seam Framework. All rights reserved.