Uses of Interface
org.apache.openjpa.event.RemoteCommitProvider
Packages that use RemoteCommitProvider
Package
Description
OpenJPA Configuration
OpenJPA Events
-
Uses of RemoteCommitProvider in org.apache.openjpa.conf
Methods in org.apache.openjpa.conf that return RemoteCommitProviderModifier and TypeMethodDescriptionRemoteCommitProviderValue.getProvider()The cached provider.RemoteCommitProviderValue.instantiateProvider(Configuration conf) Instantiate the provider.RemoteCommitProviderValue.instantiateProvider(Configuration conf, boolean fatal) Instantiate the provider.OpenJPAConfiguration.newRemoteCommitProviderInstance()Create a remote commit provider from the configured plugin.OpenJPAConfigurationImpl.newRemoteCommitProviderInstance()Methods in org.apache.openjpa.conf with parameters of type RemoteCommitProviderModifier and TypeMethodDescriptionvoidRemoteCommitProviderValue.setProvider(RemoteCommitProvider provider) The cached provider. -
Uses of RemoteCommitProvider in org.apache.openjpa.event
Classes in org.apache.openjpa.event that implement RemoteCommitProviderModifier and TypeClassDescriptionclassAbstract implementation ofRemoteCommitProvider.classclassJMS-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over a JMS topic.classSingle-JVM-only implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other SingleJVMRemoteCommitProviders in the same JVM.classTCP-based implementation ofRemoteCommitProviderthat listens for object modifications and propagates those changes to other RemoteCommitProviders over TCP sockets.Methods in org.apache.openjpa.event that return RemoteCommitProviderModifier and TypeMethodDescriptionRemoteCommitEventManager.getRemoteCommitProvider()Return theRemoteCommitProviderthat this manager uses. -
Uses of RemoteCommitProvider in org.apache.openjpa.event.kubernetes
Classes in org.apache.openjpa.event.kubernetes that implement RemoteCommitProvider