Package | Description |
---|---|
org.openrdf.repository.event | |
org.openrdf.repository.event.base | |
org.openrdf.repository.event.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
RepositoryConnectionListenerAdapter |
Modifier and Type | Method and Description |
---|---|
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.addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive
notifications of operations that are performed on this connection.
|
void |
NotifyingRepositoryWrapper.removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this
repository.
|
void |
NotifyingRepositoryConnectionWrapper.removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this
connection.
|
Modifier and Type | Class and Description |
---|---|
class |
DebugRepositoryConnectionListener
Utility class that prints all events to a PrintStream (default: System.err),
optionally with a stacktrace.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.