@Module public class XmlManagedBeanImpl<X> extends ManagedBeanImpl<X>
CURRENT_ANN
Constructor and Description |
---|
XmlManagedBeanImpl(InjectManager injectManager,
AnnotatedType<X> beanType,
boolean isSessionBean,
QName qName,
java.lang.String filename,
int line) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toDisplayString() |
create, createDependent, destroy, dispose, getAnnotatedType, getInjectionPoints, getInjectionTarget, getObserverMethods, getScopeAdapter, getScopeAdapter, introspect, introspect, introspectProduces, isNormalScope, isProxiedScope, scheduleTimers, setInjectionTarget, validate
bind, getAnnotated, getBaseType, getBeanClass, getDefaultName, getId, getJavaClass, getName, getNamedValue, getQualifiers, getScope, getStereotypes, getTargetClass, getTargetName, getTargetSimpleName, getTargetType, getTypes, introspect, introspectDefault, introspectName, introspectQualifiers, introspectScope, introspectSpecializes, introspectStereotypes, isAlternative, isNullable, isPassivating, isPassivationCapable, setPassivating, setPassivationId, toDebugString
calculatePassivationId, createObject, getBeanManager, toDisplayStringImpl, toString
public XmlManagedBeanImpl(InjectManager injectManager, AnnotatedType<X> beanType, boolean isSessionBean, QName qName, java.lang.String filename, int line)
public java.lang.String toDisplayString()
toDisplayString
in class AbstractBean<X>