org.joseki.server.source
Class SourceControllerRDB
java.lang.Object
org.joseki.server.source.SourceControllerRDB
- All Implemented Interfaces:
- Loadable, SourceController
- public class SourceControllerRDB
- extends java.lang.Object
- implements SourceController, Loadable
SourceController for RDF models held in databases.
- Version:
- $Id: SourceControllerRDB.java,v 1.9 2004/04/30 14:13:14 andy_seaborne Exp $
- Author:
- Andy Seaborne
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceControllerRDB
public SourceControllerRDB()
getInterfaceURI
public java.lang.String getInterfaceURI()
- Description copied from interface:
Loadable
- The URI for this loadable class.
Must agree with the URI specified on loading (if any).
- Specified by:
getInterfaceURI
in interface Loadable
init
public void init(com.hp.hpl.jena.rdf.model.Resource binding,
com.hp.hpl.jena.rdf.model.Resource implementation)
- Description copied from interface:
Loadable
- Allow an implementation to initialise, based on configuration file
- Specified by:
init
in interface Loadable
createSourceModel
public ModelSource createSourceModel(com.hp.hpl.jena.rdf.model.Resource description,
java.lang.String _serverURI)
- Specified by:
createSourceModel
in interface SourceController
getServerURI
public java.lang.String getServerURI()
- Specified by:
getServerURI
in interface SourceController
activate
public void activate()
- Specified by:
activate
in interface SourceController
deactivate
public void deactivate()
- Specified by:
deactivate
in interface SourceController
buildSource
public com.hp.hpl.jena.rdf.model.Model buildSource()
- Specified by:
buildSource
in interface SourceController
releaseSource
public void releaseSource()
- Specified by:
releaseSource
in interface SourceController
Copyright © 2002 Hewlett-Packard. All Rights Reserved.