Uses of Interface
org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
-
Packages that use RepositoryConnectionListener 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.org.eclipse.rdf4j.repository.event.util -
-
Uses of RepositoryConnectionListener in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type RepositoryConnectionListener Modifier and Type Method Description void
NotifyingRepository. addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.void
NotifyingRepositoryConnection. addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.void
NotifyingRepository. removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this repository.void
NotifyingRepositoryConnection. removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this connection. -
Uses of RepositoryConnectionListener in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement RepositoryConnectionListener Modifier and Type Class Description class
RepositoryConnectionListenerAdapter
Fields in org.eclipse.rdf4j.repository.event.base with type parameters of type RepositoryConnectionListener Modifier and Type Field Description private java.util.Set<RepositoryConnectionListener>
NotifyingRepositoryWrapper. conListeners
private java.util.Set<RepositoryConnectionListener>
NotifyingRepositoryConnectionWrapper. listeners
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type RepositoryConnectionListener Modifier and Type Method Description void
NotifyingRepositoryConnectionWrapper. addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.void
NotifyingRepositoryWrapper. addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.void
NotifyingRepositoryConnectionWrapper. removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this connection.void
NotifyingRepositoryWrapper. removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this repository. -
Uses of RepositoryConnectionListener in org.eclipse.rdf4j.repository.event.util
Classes in org.eclipse.rdf4j.repository.event.util that implement RepositoryConnectionListener Modifier and Type Class Description class
DebugRepositoryConnectionListener
Utility class that prints all events to a PrintStream (default: System.err), optionally with a stacktrace.
-