org.apache.webbeans.event
Class EventUtil

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

public final class EventUtil
extends java.lang.Object


Method Summary
static void checkEventBindings(java.util.Set<java.lang.annotation.Annotation> annotations)
          Deprecated. 
static void checkEventBindings(WebBeansContext webBeansContext, java.lang.annotation.Annotation... annotations)
           
static void checkEventType(java.lang.Class<?> eventType)
           
static boolean checkObservableInjectionPointConditions(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
static void checkObserverMethodConditions(java.lang.reflect.Method candidateObserverMethod, java.lang.Class<?> clazz)
           
static javax.enterprise.event.TransactionPhase getObserverMethodTransactionType(java.lang.reflect.Method observerMethod)
           
static boolean isReceptionIfExist(java.lang.reflect.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(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.