Uses of Interface
org.apache.openjpa.lib.util.EventManager
-
Packages that use EventManager Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.lib.jdbc Database Connectivityorg.apache.openjpa.lib.util.concurrent Concurrent Utilities -
-
Uses of EventManager in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement EventManager Modifier and Type Class Description classAbstractDataCacheAbstractDataCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classAbstractQueryCacheAbstractQueryCacheimplementation that provides various statistics, logging, and timeout functionality common across cache implementations.classConcurrentDataCacheADataCacheimplementation that is optimized for concurrent access.classConcurrentQueryCacheAQueryCacheimplementation that is optimized for concurrent access.classPartitionedDataCacheA 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 EventManager Modifier and Type Class Description classBrokerFactoryEventManagerEventManagerresponsible for notifying listeners ofBrokerFactoryEvents.classRemoteCommitEventManagerManager that can be used to track and notifyRemoteCommitListeners on remote commit events.classTransactionEventManagerManager 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 Modifier and Type Class Description classJDBCEventConnectionDecoratorManages the firing ofJDBCEvents. -
Uses of EventManager in org.apache.openjpa.lib.util.concurrent
Classes in org.apache.openjpa.lib.util.concurrent that implement EventManager Modifier and Type Class Description classAbstractConcurrentEventManagerBase event manager that handles adding/removing listeners and firing events.
-