org.jboss.weld.bootstrap.events
Class ProcessProducerMethodImpl<X,T>
java.lang.Object
org.jboss.weld.bootstrap.events.AbstractContainerEvent
org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent
org.jboss.weld.bootstrap.events.AbstractProcessProducerBean<X,T,ProducerMethod<X,T>>
org.jboss.weld.bootstrap.events.ProcessProducerMethodImpl<X,T>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.ProcessBean<T>, javax.enterprise.inject.spi.ProcessProducerMethod<X,T>
public class ProcessProducerMethodImpl<X,T>
- extends AbstractProcessProducerBean<X,T,ProducerMethod<X,T>>
- implements javax.enterprise.inject.spi.ProcessProducerMethod<X,T>
| 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 |
ProcessProducerMethodImpl
public ProcessProducerMethodImpl(BeanManagerImpl beanManager,
ProducerMethod<X,T> bean)
fire
public static <X,T> void fire(BeanManagerImpl beanManager,
ProducerMethod<X,T> bean)
getAnnotatedDisposedParameter
public javax.enterprise.inject.spi.AnnotatedParameter<X> getAnnotatedDisposedParameter()
- Specified by:
getAnnotatedDisposedParameter in interface javax.enterprise.inject.spi.ProcessProducerMethod<X,T>
getAnnotatedProducerMethod
public javax.enterprise.inject.spi.AnnotatedMethod<X> getAnnotatedProducerMethod()
- Specified by:
getAnnotatedProducerMethod in interface javax.enterprise.inject.spi.ProcessProducerMethod<X,T>
Copyright © 2008-2009 Seam Framework. All Rights Reserved.