public class Observers extends Object
Modifier and Type | Field and Description |
---|---|
static Set<Class<?>> |
CONTAINER_LIFECYCLE_EVENT_CANONICAL_SUPERTYPES |
static Set<Class<?>> |
CONTAINER_LIFECYCLE_EVENT_TYPES |
Modifier and Type | Method and Description |
---|---|
static boolean |
isContainerLifecycleObserverMethod(ObserverMethod<?> method) |
static boolean |
isObserverMethodEnabled(ObserverMethod<?> method,
BeanManagerImpl manager) |
static void |
validateObserverMethod(ObserverMethod<?> observerMethod,
BeanManager beanManager) |
public static boolean isContainerLifecycleObserverMethod(ObserverMethod<?> method)
public static boolean isObserverMethodEnabled(ObserverMethod<?> method, BeanManagerImpl manager)
public static void validateObserverMethod(ObserverMethod<?> observerMethod, BeanManager beanManager)
Copyright © 2014. All Rights Reserved.