Package | Description |
---|---|
org.apache.openjpa.datacache |
OpenJPA Data Cache
OpenJPA's data and query caching frameworks.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDataCache.afterCommit(RemoteCommitEvent event)
This method is part of the
RemoteCommitListener interface. |
void |
AbstractQueryCache.afterCommit(RemoteCommitEvent event)
This method is part of the
RemoteCommitListener interface. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommitListener.afterCommit(RemoteCommitEvent event)
Notification that a transaction associated with a different
BrokerFactory has successfully committed.
|
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) |
void |
JMSRemoteCommitProvider.broadcast(RemoteCommitEvent event) |
protected javax.jms.Message |
JMSRemoteCommitProvider.createMessage(RemoteCommitEvent event)
Returns a new
Message to send to the topic. |
protected void |
AbstractRemoteCommitProvider.fireEvent(RemoteCommitEvent event)
Fire a remote commit event via the cached event manager.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.