Uses of Interface
org.eclipse.rdf4j.repository.event.NotifyingRepositoryConnection
Package
Description
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
-
Uses of NotifyingRepositoryConnection in org.eclipse.rdf4j.repository.event
Modifier and TypeMethodDescriptionNotifyingRepository.getConnection()
Opens a connection to this repository that can be used for querying and updating the contents of the repository.Modifier and TypeMethodDescriptionvoid
RepositoryListener.getConnection
(NotifyingRepository repo, NotifyingRepositoryConnection conn) -
Uses of NotifyingRepositoryConnection in org.eclipse.rdf4j.repository.event.base
Modifier and TypeClassDescriptionclass
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.