Uses of Class
org.apache.openjpa.lib.util.concurrent.AbstractConcurrentEventManager
-
Packages that use AbstractConcurrentEventManager Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.event OpenJPA Eventsorg.apache.openjpa.lib.jdbc Database Connectivity -
-
Uses of AbstractConcurrentEventManager in org.apache.openjpa.datacache
Subclasses of AbstractConcurrentEventManager in org.apache.openjpa.datacache Modifier and Type Class Description class
AbstractDataCache
AbstractDataCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
AbstractQueryCache
AbstractQueryCache
implementation that provides various statistics, logging, and timeout functionality common across cache implementations.class
ConcurrentDataCache
ADataCache
implementation that is optimized for concurrent access.class
ConcurrentQueryCache
AQueryCache
implementation that is optimized for concurrent access.class
PartitionedDataCache
A partitioned data cache maintains a set of partitions that are DataCache themselves. -
Uses of AbstractConcurrentEventManager in org.apache.openjpa.event
Subclasses of AbstractConcurrentEventManager in org.apache.openjpa.event Modifier and Type Class Description class
BrokerFactoryEventManager
EventManager
responsible for notifying listeners ofBrokerFactoryEvent
s.class
RemoteCommitEventManager
Manager that can be used to track and notifyRemoteCommitListener
s on remote commit events.class
TransactionEventManager
Manager that can be used to track and notify transaction listeners of transaction-related events. -
Uses of AbstractConcurrentEventManager in org.apache.openjpa.lib.jdbc
Subclasses of AbstractConcurrentEventManager in org.apache.openjpa.lib.jdbc Modifier and Type Class Description class
JDBCEventConnectionDecorator
Manages the firing ofJDBCEvent
s.
-