Uses of Interface
org.eclipse.rdf4j.repository.event.NotifyingRepositoryConnection
-
Packages that use NotifyingRepositoryConnection Package Description org.eclipse.rdf4j.repository.event Interfaces for notification/interception of events happening on Repositories and RepositoryConnectionsorg.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations. -
-
Uses of NotifyingRepositoryConnection in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event that return NotifyingRepositoryConnection Modifier and Type Method Description NotifyingRepositoryConnection
NotifyingRepository. 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 NotifyingRepositoryConnection Modifier and Type Method Description void
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 NotifyingRepositoryConnection Modifier and Type Class Description class
NotifyingRepositoryConnectionWrapper
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.Methods in org.eclipse.rdf4j.repository.event.base that return NotifyingRepositoryConnection Modifier and Type Method Description NotifyingRepositoryConnection
NotifyingRepositoryWrapper. getConnection()
-