Uses of Class
org.apache.openjpa.event.RemoteCommitEventManager
Packages that use RemoteCommitEventManager
Package
Description
OpenJPA Configuration
OpenJPA Events
-
Uses of RemoteCommitEventManager in org.apache.openjpa.conf
Fields in org.apache.openjpa.conf declared as RemoteCommitEventManagerModifier and TypeFieldDescriptionprotected RemoteCommitEventManager
OpenJPAConfigurationImpl.remoteEventManager
Methods in org.apache.openjpa.conf that return RemoteCommitEventManagerModifier and TypeMethodDescriptionOpenJPAConfiguration.getRemoteCommitEventManager()
The remote event manager that manages this configuration's remote event listeners.OpenJPAConfigurationImpl.getRemoteCommitEventManager()
Methods in org.apache.openjpa.conf with parameters of type RemoteCommitEventManagerModifier and TypeMethodDescriptionvoid
RemoteCommitProviderValue.configureEventManager
(RemoteCommitEventManager mgr) Configure the remote event manager.void
OpenJPAConfiguration.setRemoteCommitEventManager
(RemoteCommitEventManager manager) The remote event manager that manages this configuration's remote event listeners.void
OpenJPAConfigurationImpl.setRemoteCommitEventManager
(RemoteCommitEventManager remoteEventManager) -
Uses of RemoteCommitEventManager in org.apache.openjpa.event
Fields in org.apache.openjpa.event declared as RemoteCommitEventManagerModifier and TypeFieldDescriptionprotected RemoteCommitEventManager
AbstractRemoteCommitProvider.eventManager
Methods in org.apache.openjpa.event with parameters of type RemoteCommitEventManagerModifier and TypeMethodDescriptionvoid
AbstractRemoteCommitProvider.setRemoteCommitEventManager
(RemoteCommitEventManager mgr) void
RemoteCommitProvider.setRemoteCommitEventManager
(RemoteCommitEventManager mgr) Set the "owning" remote event manager to notify when remote events are received from remote sources.