| Constructor and Description |
|---|
SesameModel(org.openrdf.sail.Sail sail) |
| Modifier and Type | Method and Description |
|---|---|
ModelConnection |
createConnection() |
ModelConnection |
createConnection(RDFDiffSink listener) |
org.openrdf.sail.Sail |
getSail() |
SpecialValueMap |
getSpecialValues() |
void |
shutDown()
Shuts down this model, releasing its resources.
|
public SesameModel(org.openrdf.sail.Sail sail)
throws RippleException
RippleExceptionpublic SpecialValueMap getSpecialValues()
getSpecialValues in interface Modelpublic ModelConnection createConnection() throws RippleException
createConnection in interface ModelRippleException - if creation of the connection failspublic ModelConnection createConnection(RDFDiffSink listener) throws RippleException
createConnection in interface Modellistener - a handler for RDF diffs of data added or removed from the model through the returned connectionRippleException - if creation of the connection failspublic void shutDown()
throws RippleException
ModelshutDown in interface ModelRippleException - if anything goes wrongpublic org.openrdf.sail.Sail getSail()
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.