Package org.jboss.weld.bootstrap.events
Class ProcessSynthethicBeanImpl<X>
- java.lang.Object
-
- org.jboss.weld.bootstrap.events.ContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractContainerEvent
-
- org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
-
- org.jboss.weld.bootstrap.events.ProcessBeanImpl<X>
-
- org.jboss.weld.bootstrap.events.ProcessSynthethicBeanImpl<X>
-
- All Implemented Interfaces:
ProcessBean<X>,ProcessSyntheticBean<X>,NotificationListener
public class ProcessSynthethicBeanImpl<X> extends ProcessBeanImpl<X> implements ProcessSyntheticBean<X>
- Author:
- Tomas Remes
-
-
Constructor Summary
Constructors Constructor Description ProcessSynthethicBeanImpl(BeanManagerImpl beanManager, Bean<X> bean, Annotated annotated, Extension extension)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static <X> voidfire(BeanManagerImpl beanManager, Bean<X> bean, Extension extension)protected TypegetRawType()ExtensiongetSource()Get the extension instance which added theBeanfor which this event is being fired.-
Methods inherited from class org.jboss.weld.bootstrap.events.ProcessBeanImpl
fire, fire, getAnnotated, getBean
-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
addDefinitionError, fire
-
Methods inherited from class org.jboss.weld.bootstrap.events.AbstractContainerEvent
getActualTypeArguments, getBeanManager, getErrors, getEventType
-
Methods inherited from class org.jboss.weld.bootstrap.events.ContainerEvent
checkWithinObserverNotification, getReceiver, postNotify, preNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.ProcessBean
addDefinitionError, getAnnotated, getBean
-
-
-
-
Constructor Detail
-
ProcessSynthethicBeanImpl
public ProcessSynthethicBeanImpl(BeanManagerImpl beanManager, Bean<X> bean, Annotated annotated, Extension extension)
-
-
Method Detail
-
fire
protected static <X> void fire(BeanManagerImpl beanManager, Bean<X> bean, Extension extension)
-
getSource
public Extension getSource()
Description copied from interface:ProcessSyntheticBeanGet the extension instance which added theBeanfor which this event is being fired.- Specified by:
getSourcein interfaceProcessSyntheticBean<X>- Returns:
- the extension instance
-
getRawType
protected Type getRawType()
- Overrides:
getRawTypein classAbstractContainerEvent
-
-