org.apache.webbeans.event
Class EventUtil

java.lang.Object
  extended by org.apache.webbeans.event.EventUtil

public final class EventUtil
extends Object


Method Summary
static void checkEventBindings(Annotation... annotations)
           
static void checkEventBindings(Set<Annotation> annotations)
           
static void checkEventType(Class<?> eventType)
           
static boolean checkObservableInjectionPointConditions(InjectionPoint injectionPoint)
           
static void checkObserverMethodConditions(Method candidateObserverMethod, Class<?> clazz)
           
static TransactionPhase getObserverMethodTransactionType(Method observerMethod)
           
static boolean isReceptionIfExist(Method observerMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkEventType

public static void checkEventType(Class<?> eventType)

checkEventBindings

public static void checkEventBindings(Set<Annotation> annotations)

checkEventBindings

public static void checkEventBindings(Annotation... annotations)

getObserverMethodTransactionType

public static 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(InjectionPoint injectionPoint)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.