Uses of Interface
org.apache.openjpa.lib.util.EventManager
Package
Description
OpenJPA Data Cache
OpenJPA Events
Database Connectivity
Concurrent Utilities
-
Uses of EventManager in org.apache.openjpa.datacache
Modifier and TypeClassDescriptionclass
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ADataCache
implementation that is optimized for concurrent access.class
AQueryCache
implementation that is optimized for concurrent access.class
A partitioned data cache maintains a set of partitions that are DataCache themselves. -
Uses of EventManager in org.apache.openjpa.event
Modifier and TypeClassDescriptionclass
EventManager
responsible for notifying listeners ofBrokerFactoryEvent
s.class
Manager that can be used to track and notifyRemoteCommitListener
s on remote commit events.class
Manager that can be used to track and notify transaction listeners of transaction-related events. -
Uses of EventManager in org.apache.openjpa.lib.jdbc
-
Uses of EventManager in org.apache.openjpa.lib.util.concurrent
Modifier and TypeClassDescriptionclass
Base event manager that handles adding/removing listeners and firing events.