Uses of Interface
org.apache.openjpa.lib.util.EventManager
Packages that use EventManager
Package
Description
OpenJPA Data Cache
OpenJPA Events
Database Connectivity
Concurrent Utilities
-
Uses of EventManager in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement EventManagerModifier and TypeClassDescriptionclassAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classAbstractQueryCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classADataCacheimplementation that is optimized for concurrent access.classAQueryCacheimplementation that is optimized for concurrent access.classA partitioned data cache maintains a set of partitions that are DataCache themselves. -
Uses of EventManager in org.apache.openjpa.event
Classes in org.apache.openjpa.event that implement EventManagerModifier and TypeClassDescriptionclassEventManagerresponsible for notifying listeners ofBrokerFactoryEvents.classManager that can be used to track and notifyRemoteCommitListeners on remote commit events.classManager that can be used to track and notify transaction listeners of transaction-related events. -
Uses of EventManager in org.apache.openjpa.lib.jdbc
Classes in org.apache.openjpa.lib.jdbc that implement EventManager -
Uses of EventManager in org.apache.openjpa.lib.util.concurrent
Classes in org.apache.openjpa.lib.util.concurrent that implement EventManagerModifier and TypeClassDescriptionclassBase event manager that handles adding/removing listeners and firing events.