Uses of Interface
org.apache.openjpa.lib.util.EventManager

Packages that use EventManager
org.apache.openjpa.datacache OpenJPA Data Cache OpenJPA's data and query caching frameworks. 
org.apache.openjpa.event OpenJPA Events This package provides some interfaces and useful implementations for OpenJPA's event notification framework. 
org.apache.openjpa.lib.jdbc Database Connectivity Includes an implementation of the DataSource APIs around a normal JDBC 1.x driver. 
org.apache.openjpa.lib.util.concurrent Concurrent Utilities 
 

Uses of EventManager in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement EventManager
 class AbstractDataCache
          Abstract DataCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
 class AbstractQueryCache
          Abstract QueryCache implementation that provides various statistics, logging, and timeout functionality common across cache implementations.
 class ConcurrentDataCache
          A DataCache implementation that is optimized for concurrent access.
 class ConcurrentQueryCache
          A QueryCache implementation that is optimized for concurrent access.
 class PartitionedDataCache
          A 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
 class BrokerFactoryEventManager
          EventManager responsible for notifying listeners of BrokerFactoryEvents.
 class RemoteCommitEventManager
          Manager that can be used to track and notify RemoteCommitListeners on remote commit events.
 class TransactionEventManager
          Manager 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
 class JDBCEventConnectionDecorator
          Manages the firing of JDBCEvents.
 

Uses of EventManager in org.apache.openjpa.lib.util.concurrent
 

Classes in org.apache.openjpa.lib.util.concurrent that implement EventManager
 class AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.