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(String contextId,
TypeSafeObserverResolver resolver,
ServiceRegistry services,
boolean strict) |
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 © 2013 Seam Framework. All Rights Reserved.