org.apache.webbeans.event
Class EventUtil
java.lang.Object
org.apache.webbeans.event.EventUtil
public final class EventUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkEventType
public static void checkEventType(Class<?> eventType)
checkEventBindings
public static void checkEventBindings(WebBeansContext webBeansContext,
Annotation... annotations)
getObserverMethodTransactionType
public static javax.enterprise.event.TransactionPhase getObserverMethodTransactionType(Method observerMethod)
checkObserverMethodConditions
public static void checkObserverMethodConditions(Method candidateObserverMethod,
Class<?> clazz)
isReceptionIfExist
public static boolean isReceptionIfExist(Method observerMethod)
checkObservableInjectionPointConditions
public static boolean checkObservableInjectionPointConditions(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.