public final class EventUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
checkEventBindings(WebBeansContext webBeansContext,
Annotation... annotations) |
static void |
checkEventType(Class<?> eventType) |
static boolean |
checkObservableInjectionPointConditions(javax.enterprise.inject.spi.InjectionPoint injectionPoint) |
static void |
checkObserverMethodConditions(Method candidateObserverMethod,
Class<?> clazz) |
static javax.enterprise.event.TransactionPhase |
getObserverMethodTransactionType(Method observerMethod) |
static boolean |
isReceptionIfExist(Method observerMethod) |
public static void checkEventType(Class<?> eventType)
public static void checkEventBindings(WebBeansContext webBeansContext, Annotation... annotations)
public static javax.enterprise.event.TransactionPhase getObserverMethodTransactionType(Method observerMethod)
public static void checkObserverMethodConditions(Method candidateObserverMethod, Class<?> clazz)
public static boolean isReceptionIfExist(Method observerMethod)
public static boolean checkObservableInjectionPointConditions(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.