Uses of Interface
org.apache.openjpa.event.RemoteCommitListener

Packages that use RemoteCommitListener
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. 
 

Uses of RemoteCommitListener in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement RemoteCommitListener
 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 RemoteCommitListener in org.apache.openjpa.event
 

Methods in org.apache.openjpa.event with parameters of type RemoteCommitListener
 void RemoteCommitEventManager.addInternalListener(RemoteCommitListener listen)
          Adds an OpenJPA-internal listener to this RemoteCommitEventManager.
 void RemoteCommitEventManager.addListener(RemoteCommitListener listen)
           
 



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