Uses of Class
org.apache.openjpa.event.RemoteCommitEvent
Package
Description
OpenJPA Data Cache
OpenJPA Events
-
Uses of RemoteCommitEvent in org.apache.openjpa.datacache
Modifier and TypeMethodDescriptionvoid
AbstractDataCache.afterCommit
(RemoteCommitEvent event) This method is part of theRemoteCommitListener
interface.void
AbstractQueryCache.afterCommit
(RemoteCommitEvent event) This method is part of theRemoteCommitListener
interface. -
Uses of RemoteCommitEvent in org.apache.openjpa.event
Modifier and TypeMethodDescriptionvoid
RemoteCommitListener.afterCommit
(RemoteCommitEvent event) Notification that a transaction associated with a different BrokerFactory has successfully committed.void
JMSRemoteCommitProvider.broadcast
(RemoteCommitEvent event) void
RemoteCommitProvider.broadcast
(RemoteCommitEvent event) Notifies other remote event managers in this JVM and on other machines of changes to the cache.void
SingleJVMRemoteCommitProvider.broadcast
(RemoteCommitEvent event) void
TCPRemoteCommitProvider.broadcast
(RemoteCommitEvent event) protected jakarta.jms.Message
JMSRemoteCommitProvider.createMessage
(RemoteCommitEvent event) Returns a newMessage
to send to the topic.protected void
AbstractRemoteCommitProvider.fireEvent
(RemoteCommitEvent event) Fire a remote commit event via the cached event manager.