org.jboss.weld.bootstrap.events
Class ProcessBeanImpl<X>
java.lang.Object
org.jboss.weld.bootstrap.events.AbstractContainerEvent
org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
org.jboss.weld.bootstrap.events.ProcessBeanImpl<X>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.ProcessBean<X>
public abstract class ProcessBeanImpl<X>
- extends AbstractDefinitionContainerEvent
- implements javax.enterprise.inject.spi.ProcessBean<X>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessBeanImpl
public ProcessBeanImpl(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.Bean<X> bean)
fire
public static <X> void fire(BeanManagerImpl beanManager,
javax.enterprise.inject.spi.Bean<X> bean)
addDefinitionError
public void addDefinitionError(Throwable t)
- Specified by:
addDefinitionError
in interface javax.enterprise.inject.spi.ProcessBean<X>
getAnnotated
public javax.enterprise.inject.spi.Annotated getAnnotated()
- Specified by:
getAnnotated
in interface javax.enterprise.inject.spi.ProcessBean<X>
getBean
public javax.enterprise.inject.spi.Bean<X> getBean()
- Specified by:
getBean
in interface javax.enterprise.inject.spi.ProcessBean<X>
Copyright © 2013 Seam Framework. All Rights Reserved.