Uses of Package
org.apache.openjpa.lib.util.concurrent

Packages that use org.apache.openjpa.lib.util.concurrent
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 
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.datacache
AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 

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

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.lib.jdbc
AbstractConcurrentEventManager
          Base event manager that handles adding/removing listeners and firing events.
 

Classes in org.apache.openjpa.lib.util.concurrent used by org.apache.openjpa.lib.util.concurrent
ConcurrentHashMap.Entry
           
ConcurrentMap
          A highly concurrent map.
NullSafeConcurrentHashMap
          A subclass of ConcurrentHashMap that allows null keys and values.
 



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