Uses of Interface
org.apache.openjpa.event.RemoteCommitListener
-
Packages that use RemoteCommitListener Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.event OpenJPA Events -
-
Uses of RemoteCommitListener in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement RemoteCommitListener Modifier and Type Class Description classConcurrentDataCacheADataCacheimplementation that is optimized for concurrent access.classConcurrentQueryCacheAQueryCacheimplementation that is optimized for concurrent access.classPartitionedDataCacheA 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 Modifier and Type Method Description voidRemoteCommitEventManager. addInternalListener(RemoteCommitListener listen)Adds an OpenJPA-internal listener to this RemoteCommitEventManager.voidRemoteCommitEventManager. addListener(RemoteCommitListener listen)
-