|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for an RDF-based Storage And Inference Layer. This interface only defines methods for initializing and shutting down a repository. The extensions of this interface (RdfSource, RdfRepository, RdfSchemaSource and RdfSchemaRepository) define methods for querying and manipulating the contents of the repository. These interfaces are organized in a hierarachy like this:
Sail
^
|
RdfSource
^ ^
/ \
RdfRepository RdfSchemaSource
^ ^
\ /
RdfSchemaRepository
All methods in this interface, or in any extension of this interface, can
throw SailInternalException's (a RuntimeException) to indicate an error or
an unexpected situation in the RDF Sail internally (e.g. the database to
connect to does not exist).
| Method Summary | |
void |
initialize(Map configParams)
Initializes the Sail using a set of configuration parameters. |
void |
shutDown()
Allow the SAIL to synchronize any stale data. |
| Method Detail |
public void initialize(Map configParams)
throws SailInitializationException
configParams - A set a configuration parameters.
SailInitializationException - If the Sail could not be
initialized.
SailInternalException - To indicate an internal error.public void shutDown()
SailInternalException - To indicate an internal error.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||