Package | Description |
---|---|
org.apache.openjpa.conf |
OpenJPA Configuration
This package provides base OpenJPA configuration interfaces.
|
org.apache.openjpa.event |
OpenJPA Events
This package provides some interfaces and useful implementations
for OpenJPA's event notification framework.
|
Modifier and Type | Field and Description |
---|---|
protected RemoteCommitEventManager |
OpenJPAConfigurationImpl.remoteEventManager |
Modifier and Type | Method and Description |
---|---|
RemoteCommitEventManager |
OpenJPAConfiguration.getRemoteCommitEventManager()
The remote event manager that manages this configuration's remote
event listeners.
|
RemoteCommitEventManager |
OpenJPAConfigurationImpl.getRemoteCommitEventManager() |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected RemoteCommitEventManager |
AbstractRemoteCommitProvider.eventManager |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommitProvider.setRemoteCommitEventManager(RemoteCommitEventManager mgr)
Set the "owning" remote event manager to notify when remote events
are received from remote sources.
|
void |
AbstractRemoteCommitProvider.setRemoteCommitEventManager(RemoteCommitEventManager mgr) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.