Uses of Interface
org.eclipse.rdf4j.repository.event.NotifyingRepositoryConnection
Packages that use 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
Methods in org.eclipse.rdf4j.repository.event that return NotifyingRepositoryConnectionModifier and TypeMethodDescriptionNotifyingRepository.getConnection()
Opens a connection to this repository that can be used for querying and updating the contents of the repository.Methods in org.eclipse.rdf4j.repository.event with parameters of type NotifyingRepositoryConnectionModifier and TypeMethodDescriptionvoid
RepositoryListener.getConnection
(NotifyingRepository repo, NotifyingRepositoryConnection conn) -
Uses of NotifyingRepositoryConnection in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement NotifyingRepositoryConnectionModifier and TypeClassDescriptionclass
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.Methods in org.eclipse.rdf4j.repository.event.base that return NotifyingRepositoryConnection