public class EventBean<T> extends AbstractOwbBean<javax.enterprise.event.Event<T>>
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<javax.enterprise.inject.spi.InjectionPoint> |
local |
apiTypes, enabled, implQualifiers, injectionPoints, logger, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansContext, webBeansType| Constructor and Description |
|---|
EventBean(WebBeansContext webBeansContext)
Creates a new instance of event bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected javax.enterprise.event.Event<T> |
createInstance(javax.enterprise.context.spi.CreationalContext<javax.enterprise.event.Event<T>> creationalContext)
Creates the instance of the bean that has a specific implementation
type.
|
boolean |
isPassivationCapable()
True if passivation capable false otherwise.
|
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, destroyInstance, equals, getBeanClass, getId, getInjectionPoint, getInjectionPoints, getLogger, getManager, getName, getOwbStereotypes, getQualifiers, getReturnType, getScope, getStereotypes, getTypes, getWebBeansContext, getWebBeansType, hashCode, isAlternative, isDependent, isEnabled, isNullable, isSerializable, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString, validatePassivationDependenciespublic static ThreadLocal<javax.enterprise.inject.spi.InjectionPoint> local
public EventBean(WebBeansContext webBeansContext)
webBeansContext - protected javax.enterprise.event.Event<T> createInstance(javax.enterprise.context.spi.CreationalContext<javax.enterprise.event.Event<T>> creationalContext)
createInstance in class AbstractOwbBean<javax.enterprise.event.Event<T>>creationalContext - the contextual instance shall be created inpublic boolean isPassivationCapable()
OwbBeanisPassivationCapable in interface OwbBean<javax.enterprise.event.Event<T>>isPassivationCapable in class AbstractOwbBean<javax.enterprise.event.Event<T>>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.