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 RemoteCommitEventManagerOpenJPAConfigurationImpl.remoteEventManagerMethods 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 TypeMethodDescriptionvoidRemoteCommitProviderValue.configureEventManager(RemoteCommitEventManager mgr) Configure the remote event manager.voidOpenJPAConfiguration.setRemoteCommitEventManager(RemoteCommitEventManager manager) The remote event manager that manages this configuration's remote event listeners.voidOpenJPAConfigurationImpl.setRemoteCommitEventManager(RemoteCommitEventManager remoteEventManager) -
Uses of RemoteCommitEventManager in org.apache.openjpa.event
Fields in org.apache.openjpa.event declared as RemoteCommitEventManagerModifier and TypeFieldDescriptionprotected RemoteCommitEventManagerAbstractRemoteCommitProvider.eventManagerMethods in org.apache.openjpa.event with parameters of type RemoteCommitEventManagerModifier and TypeMethodDescriptionvoidAbstractRemoteCommitProvider.setRemoteCommitEventManager(RemoteCommitEventManager mgr) voidRemoteCommitProvider.setRemoteCommitEventManager(RemoteCommitEventManager mgr) Set the "owning" remote event manager to notify when remote events are received from remote sources.