Uses of Class
org.jboss.weld.event.ObserverNotifier
-
Packages that use ObserverNotifier Package Description org.jboss.weld.bootstrap.events org.jboss.weld.event org.jboss.weld.manager org.jboss.weld.module -
-
Uses of ObserverNotifier in org.jboss.weld.bootstrap.events
Constructors in org.jboss.weld.bootstrap.events with parameters of type ObserverNotifier Constructor Description ContainerLifecycleEventPreloader(int threadPoolSize, ObserverNotifier notifier) -
Uses of ObserverNotifier in org.jboss.weld.event
Methods in org.jboss.weld.event that return ObserverNotifier Modifier and Type Method Description ObserverNotifierDefaultObserverNotifierFactory. create(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.ServiceRegistry services, boolean strict)ObserverNotifierGlobalObserverNotifierService. getGlobalLenientObserverNotifier()ObserverNotifierGlobalObserverNotifierService. getGlobalStrictObserverNotifier()Methods in org.jboss.weld.event with parameters of type ObserverNotifier Modifier and Type Method Description static <T> FastEvent<T>FastEvent. of(Class<T> type, BeanManagerImpl manager, ObserverNotifier notifier, Annotation... qualifiers)Constructs a new FastEvent instance -
Uses of ObserverNotifier in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return ObserverNotifier Modifier and Type Method Description ObserverNotifierBeanManagerImpl. getAccessibleLenientObserverNotifier()Get the lenient observer notifier for accessible observer methods.ObserverNotifierBeanManagerImpl. getGlobalLenientObserverNotifier()Get the lenient global observer notifier.ObserverNotifierBeanManagerImpl. getGlobalStrictObserverNotifier()Get the Strict global observer notifier. -
Uses of ObserverNotifier in org.jboss.weld.module
Methods in org.jboss.weld.module that return ObserverNotifier Modifier and Type Method Description ObserverNotifierObserverNotifierFactory. create(String contextId, TypeSafeObserverResolver resolver, org.jboss.weld.bootstrap.api.ServiceRegistry services, boolean strict)Create a newObserverNotifierusing given resolver.
-