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