public class EventBean extends AbstractFacadeBean<Event<?>>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Constructor and Description |
---|
EventBean(BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass()
The bean class of the managed bean or session bean or of the bean that declares the producer method or
field.
|
protected Type |
getDefaultType() |
protected Event<?> |
newInstance(InjectionPoint ip,
CreationalContext<Event<?>> creationalContext) |
String |
toString() |
destroy, getDecorators, getInjectionPoint, getProxyClass, initializeAfterBeanDiscovery
create, getDecorators
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanManager, getQualifierInstances, initialize, isDependent
attributes, equals, getId, hashCode, isNullable, setAttributes, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInjectionPoints, isNullable
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
getId
public EventBean(BeanManagerImpl manager)
public Class<?> getBeanClass()
Bean
getBeanClass
in interface Bean<Event<?>>
getBeanClass
in class AbstractDecorableBuiltInBean<Event<?>>
protected Event<?> newInstance(InjectionPoint ip, CreationalContext<Event<?>> creationalContext)
newInstance
in class AbstractDecorableBuiltInBean<Event<?>>
public String toString()
toString
in class CommonBean<Event<?>>
protected Type getDefaultType()
getDefaultType
in class AbstractFacadeBean<Event<?>>
Copyright © 2013 Seam Framework. All Rights Reserved.