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 | Method and Description |
---|---|
RemoteCommitProvider |
RemoteCommitProviderValue.getProvider()
The cached provider.
|
RemoteCommitProvider |
RemoteCommitProviderValue.instantiateProvider(Configuration conf)
Instantiate the provider.
|
RemoteCommitProvider |
RemoteCommitProviderValue.instantiateProvider(Configuration conf,
boolean fatal)
Instantiate the provider.
|
RemoteCommitProvider |
OpenJPAConfiguration.newRemoteCommitProviderInstance()
Create a remote commit provider from the configured plugin.
|
RemoteCommitProvider |
OpenJPAConfigurationImpl.newRemoteCommitProviderInstance() |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommitProviderValue.setProvider(RemoteCommitProvider provider)
The cached provider.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteCommitProvider
Abstract implementation of
RemoteCommitProvider . |
class |
JMSRemoteCommitProvider
JMS-based implementation of
RemoteCommitProvider that
listens for object modifications and propagates those changes to
other RemoteCommitProviders over a JMS topic. |
class |
SingleJVMRemoteCommitProvider
Single-JVM-only implementation of
RemoteCommitProvider
that listens for object modifications and propagates those changes
to other SingleJVMRemoteCommitProviders in the same JVM. |
class |
TCPRemoteCommitProvider
TCP-based implementation of
RemoteCommitProvider that
listens for object modifications and propagates those changes to
other RemoteCommitProviders over TCP sockets. |
Modifier and Type | Method and Description |
---|---|
RemoteCommitProvider |
RemoteCommitEventManager.getRemoteCommitProvider()
Return the
RemoteCommitProvider that this manager uses. |
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.