| Class | Description |
|---|---|
| CurrentEventMetadata | |
| DeferredEventNotification<T> |
A task that will notify the observer of a specific event at some future time.
|
| EventImpl<T> |
Implementation of the Event interface
|
| EventPacket<T> |
An event packet consisting of:
|
| ExtensionObserverMethodImpl<T,X> |
An implementation of
ObserverMethod used for events delivered to extensions. |
| FastEvent<T> |
An optimized internal facility for dispatching events.
|
| GlobalObserverNotifierService |
Hosts a
ObserverNotifier that uses the global TypeSafeObserverResolver which has access to every enabled
observer method in the deployment. |
| ObserverFactory |
Bound factory class that produces implicit observers for observer methods.
|
| ObserverMethodImpl<T,X> |
Reference implementation for the ObserverMethod interface, which represents an observer method.
|
| ObserverNotifier |
Provides event-related operations such sa observer method resolution and event delivery.
|
| TransactionalObserverNotifier |
ObserverNotifier with support for transactional observer methods. |
| TransactionSynchronizedRunnable |
A JTA transaction synchronization which wraps a Runnable.
|
| Enum | Description |
|---|---|
| Status |
An enumeration of the possible outcomes for a transaction.
|
Copyright © 2014. All Rights Reserved.