Uses of Class
org.apache.openjpa.event.RemoteCommitEvent
Packages that use RemoteCommitEvent
Package
Description
OpenJPA Data Cache
OpenJPA Events
-
Uses of RemoteCommitEvent in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type RemoteCommitEventModifier and TypeMethodDescriptionvoidAbstractDataCache.afterCommit(RemoteCommitEvent event) This method is part of theRemoteCommitListenerinterface.voidAbstractQueryCache.afterCommit(RemoteCommitEvent event) This method is part of theRemoteCommitListenerinterface. -
Uses of RemoteCommitEvent in org.apache.openjpa.event
Methods in org.apache.openjpa.event with parameters of type RemoteCommitEventModifier and TypeMethodDescriptionvoidRemoteCommitListener.afterCommit(RemoteCommitEvent event) Notification that a transaction associated with a different BrokerFactory has successfully committed.voidJMSRemoteCommitProvider.broadcast(RemoteCommitEvent event) voidRemoteCommitProvider.broadcast(RemoteCommitEvent event) Notifies other remote event managers in this JVM and on other machines of changes to the cache.voidSingleJVMRemoteCommitProvider.broadcast(RemoteCommitEvent event) voidTCPRemoteCommitProvider.broadcast(RemoteCommitEvent event) protected jakarta.jms.MessageJMSRemoteCommitProvider.createMessage(RemoteCommitEvent event) Returns a newMessageto send to the topic.protected voidAbstractRemoteCommitProvider.fireEvent(RemoteCommitEvent event) Fire a remote commit event via the cached event manager.