public class ProcessManagedBeanImpl<X> extends AbstractProcessClassBean<X,ManagedBean<X>> implements ProcessManagedBean<X>
| Constructor and Description |
|---|
ProcessManagedBeanImpl(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
| Modifier and Type | Method and Description |
|---|---|
protected static <X> void |
fire(BeanManagerImpl beanManager,
ManagedBean<X> bean) |
AnnotatedType<X> |
getAnnotatedBeanClass()
Returns the
AnnotatedType representing the bean class. |
getAnnotated, getBeanaddDefinitionError, firegetActualTypeArguments, getBeanManager, getErrors, getEventType, getRawTypegetReceiver, checkWithinObserverNotification, postNotify, preNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDefinitionError, getAnnotated, getBeanpublic ProcessManagedBeanImpl(BeanManagerImpl beanManager, ManagedBean<X> bean)
protected static <X> void fire(BeanManagerImpl beanManager, ManagedBean<X> bean)
public AnnotatedType<X> getAnnotatedBeanClass()
ProcessManagedBeanAnnotatedType representing the bean class.getAnnotatedBeanClass in interface ProcessManagedBean<X>AnnotatedType for the bean being registeredCopyright © 2015. All Rights Reserved.