Package | Description |
---|---|
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifyingSailConnection.addConnectionListener(SailConnectionListener listener)
Registers a SailConnection listener with this SailConnection.
|
void |
NotifyingSailConnection.removeConnectionListener(SailConnectionListener listener)
Deregisters a SailConnection listener with this SailConnection.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifyingSailConnectionBase.addConnectionListener(SailConnectionListener listener) |
void |
NotifyingSailConnectionWrapper.addConnectionListener(SailConnectionListener listener) |
void |
NotifyingSailConnectionBase.removeConnectionListener(SailConnectionListener listener) |
void |
NotifyingSailConnectionWrapper.removeConnectionListener(SailConnectionListener listener) |
Copyright © 2001-2013 Aduna. All Rights Reserved.