| Package | Description |
|---|---|
| org.jboss.weld.bootstrap.events | |
| org.jboss.weld.event | |
| org.jboss.weld.manager |
| Constructor and Description |
|---|
ContainerLifecycleEventPreloader(int threadPoolSize,
ObserverNotifier notifier) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalObserverNotifier
ObserverNotifier with support for transactional observer methods. |
| Modifier and Type | Method and Description |
|---|---|
ObserverNotifier |
GlobalObserverNotifierService.getGlobalLenientObserverNotifier() |
ObserverNotifier |
GlobalObserverNotifierService.getGlobalStrictObserverNotifier() |
static ObserverNotifier |
ObserverNotifier.of(java.lang.String contextId,
TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
static <T> FastEvent<T> |
FastEvent.of(java.lang.Class<T> type,
BeanManagerImpl manager,
ObserverNotifier notifier,
java.lang.annotation.Annotation... qualifiers)
Constructs a new FastEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
ObserverNotifier |
BeanManagerImpl.getAccessibleLenientObserverNotifier()
Get the lenient observer notifier for accessible observer methods.
|
ObserverNotifier |
BeanManagerImpl.getGlobalLenientObserverNotifier()
Get the lenient global observer notifier.
|
ObserverNotifier |
BeanManagerImpl.getGlobalStrictObserverNotifier()
Get the Strict global observer notifier.
|
Copyright © 2014. All Rights Reserved.