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(Set<Annotation> annotations)
          Deprecated. 
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)
           
 
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

@Deprecated
public static void checkEventBindings(Set<Annotation> annotations)
Deprecated. 


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-2011 The Apache Software Foundation. All Rights Reserved.