Uses of Class
org.apache.openjpa.event.RemoteCommitEvent
-
Packages that use RemoteCommitEvent Package Description org.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.event OpenJPA Events -
-
Uses of RemoteCommitEvent in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type RemoteCommitEvent Modifier and Type Method Description void
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
Methods in org.apache.openjpa.event with parameters of type RemoteCommitEvent Modifier and Type Method Description void
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.
-