Uses of Interface
org.eclipse.rdf4j.sail.SailConnectionListener
Packages that use SailConnectionListener
Package
Description
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
A Sail implementation for SHACL constraint checking.
-
Uses of SailConnectionListener in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type SailConnectionListenerModifier and TypeMethodDescriptionvoid
NotifyingSailConnection.addConnectionListener(SailConnectionListener listener)
Registers a SailConnection listener with this SailConnection.void
NotifyingSailConnection.removeConnectionListener(SailConnectionListener listener)
Deregisters a SailConnection listener with this SailConnection. -
Uses of SailConnectionListener in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type SailConnectionListenerModifier and TypeMethodDescriptionvoid
AbstractNotifyingSailConnection.addConnectionListener(SailConnectionListener listener)
void
NotifyingSailConnectionWrapper.addConnectionListener(SailConnectionListener listener)
Adds the given listener to the wrapped connection.void
AbstractNotifyingSailConnection.removeConnectionListener(SailConnectionListener listener)
void
NotifyingSailConnectionWrapper.removeConnectionListener(SailConnectionListener listener)
Removes the given listener from the wrapped connection. -
Uses of SailConnectionListener in org.eclipse.rdf4j.sail.inferencer.fc
Classes in org.eclipse.rdf4j.sail.inferencer.fc that implement SailConnectionListenerModifier and TypeClassDescriptionclass
class
-
Uses of SailConnectionListener in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as SailConnectionListenerModifier and TypeFieldDescriptionprotected SailConnectionListener
LuceneSailConnection.connectionListener
The listener that listens to the underlying connection. -
Uses of SailConnectionListener in org.eclipse.rdf4j.sail.shacl
Classes in org.eclipse.rdf4j.sail.shacl that implement SailConnectionListenerMethods in org.eclipse.rdf4j.sail.shacl with parameters of type SailConnectionListenerModifier and TypeMethodDescriptionvoid
ShaclSailConnection.addConnectionListener(SailConnectionListener listener)
void
ShaclSailConnection.removeConnectionListener(SailConnectionListener listener)