Uses of Class
org.apache.openjpa.event.AbstractRemoteCommitProvider
-
Packages that use AbstractRemoteCommitProvider Package Description org.apache.openjpa.event OpenJPA Events -
-
Uses of AbstractRemoteCommitProvider in org.apache.openjpa.event
Subclasses of AbstractRemoteCommitProvider in org.apache.openjpa.event Modifier and Type Class Description classDynamicTCPRemoteCommitProviderclassJMSRemoteCommitProviderJMS-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.classSingleJVMRemoteCommitProviderSingle-JVM-only implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.classTCPRemoteCommitProviderTCP-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets.
-