Package | Description |
---|---|
org.eclipse.rdf4j.repository.event |
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
|
org.eclipse.rdf4j.repository.event.base |
Wrapper/adapter base implementations.
|
Modifier and Type | Method and Description |
---|---|
NotifyingRepositoryConnection |
NotifyingRepository.getConnection()
Opens a connection to this repository that can be used for querying and updating the contents of the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryListener.getConnection(NotifyingRepository repo,
NotifyingRepositoryConnection conn) |
Modifier and Type | Class and Description |
---|---|
class |
NotifyingRepositoryConnectionWrapper
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
|
Modifier and Type | Method and Description |
---|---|
NotifyingRepositoryConnection |
NotifyingRepositoryWrapper.getConnection() |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.