public class ContainerEventObserverMethodImpl<T> extends ObserverMethodImpl<T>
| Constructor and Description |
|---|
ContainerEventObserverMethodImpl(AbstractOwbBean<?> bean,
javax.enterprise.inject.spi.AnnotatedMethod<T> annotatedObserverMethod,
javax.enterprise.inject.spi.AnnotatedParameter<T> annotatedObservesParameter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkObserverCondition(javax.enterprise.inject.spi.AnnotatedParameter<T> annotatedObservesParameter) |
Class[] |
getWithAnnotations() |
protected void |
invoke(Object object,
Object[] args) |
getBeanClass, getInjectionPoints, getMethodArguments, getObservedQualifiers, getObservedType, getObserverMethod, getOwnerBean, getPriority, getReception, getTransactionPhase, getWebBeansContext, isAsync, notify, notify, setObserverMethodpublic ContainerEventObserverMethodImpl(AbstractOwbBean<?> bean, javax.enterprise.inject.spi.AnnotatedMethod<T> annotatedObserverMethod, javax.enterprise.inject.spi.AnnotatedParameter<T> annotatedObservesParameter)
protected void checkObserverCondition(javax.enterprise.inject.spi.AnnotatedParameter<T> annotatedObservesParameter)
checkObserverCondition in class ObserverMethodImpl<T>protected void invoke(Object object, Object[] args) throws IllegalAccessException, InvocationTargetException
invoke in class ObserverMethodImpl<T>IllegalAccessExceptionInvocationTargetExceptionpublic Class[] getWithAnnotations()
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.