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

Packages that use RemoteCommitListener
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.event OpenJPA Events 
 

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.