Uses of Class
org.apache.openjpa.event.RemoteCommitEventManager
-
Packages that use RemoteCommitEventManager Package Description org.apache.openjpa.conf OpenJPA Configurationorg.apache.openjpa.event OpenJPA Events -
-
Uses of RemoteCommitEventManager in org.apache.openjpa.conf
Fields in org.apache.openjpa.conf declared as RemoteCommitEventManager Modifier and Type Field Description protected RemoteCommitEventManager
OpenJPAConfigurationImpl. remoteEventManager
Methods in org.apache.openjpa.conf that return RemoteCommitEventManager Modifier and Type Method Description RemoteCommitEventManager
OpenJPAConfiguration. getRemoteCommitEventManager()
The remote event manager that manages this configuration's remote event listeners.RemoteCommitEventManager
OpenJPAConfigurationImpl. getRemoteCommitEventManager()
Methods in org.apache.openjpa.conf with parameters of type RemoteCommitEventManager Modifier and Type Method Description void
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 RemoteCommitEventManager Modifier and Type Field Description protected RemoteCommitEventManager
AbstractRemoteCommitProvider. eventManager
Methods in org.apache.openjpa.event with parameters of type RemoteCommitEventManager Modifier and Type Method Description void
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.
-