org.qi4j.library.rdf.repository
Class RdbmsRepositoryService.RdbmsRepositoryMixin

java.lang.Object
  extended by org.qi4j.library.rdf.repository.RdbmsRepositoryService.RdbmsRepositoryMixin
All Implemented Interfaces:
org.openrdf.repository.Repository, Composite, Identity, ServiceComposite, RdbmsRepositoryService
Enclosing interface:
RdbmsRepositoryService

public abstract static class RdbmsRepositoryService.RdbmsRepositoryMixin
extends java.lang.Object
implements RdbmsRepositoryService


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.rdf.repository.RdbmsRepositoryService
RdbmsRepositoryService.Activator, RdbmsRepositoryService.RdbmsRepositoryMixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
RdbmsRepositoryService.RdbmsRepositoryMixin()
           
 
Method Summary
 org.openrdf.repository.RepositoryConnection getConnection()
           
 java.io.File getDataDir()
           
 org.openrdf.model.ValueFactory getValueFactory()
           
 void initialize()
           
 boolean isInitialized()
           
 boolean isWritable()
           
 void setDataDir(java.io.File file)
           
 void shutDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Constructor Detail

RdbmsRepositoryService.RdbmsRepositoryMixin

public RdbmsRepositoryService.RdbmsRepositoryMixin()
Method Detail

setDataDir

public void setDataDir(java.io.File file)
Specified by:
setDataDir in interface org.openrdf.repository.Repository

getDataDir

public java.io.File getDataDir()
Specified by:
getDataDir in interface org.openrdf.repository.Repository

initialize

public void initialize()
                throws org.openrdf.repository.RepositoryException
Specified by:
initialize in interface org.openrdf.repository.Repository
Specified by:
initialize in interface RdbmsRepositoryService
Throws:
org.openrdf.repository.RepositoryException

isInitialized

public boolean isInitialized()
Specified by:
isInitialized in interface org.openrdf.repository.Repository

shutDown

public void shutDown()
              throws org.openrdf.repository.RepositoryException
Specified by:
shutDown in interface org.openrdf.repository.Repository
Specified by:
shutDown in interface RdbmsRepositoryService
Throws:
org.openrdf.repository.RepositoryException

isWritable

public boolean isWritable()
                   throws org.openrdf.repository.RepositoryException
Specified by:
isWritable in interface org.openrdf.repository.Repository
Throws:
org.openrdf.repository.RepositoryException

getConnection

public org.openrdf.repository.RepositoryConnection getConnection()
                                                          throws org.openrdf.repository.RepositoryException
Specified by:
getConnection in interface org.openrdf.repository.Repository
Throws:
org.openrdf.repository.RepositoryException

getValueFactory

public org.openrdf.model.ValueFactory getValueFactory()
Specified by:
getValueFactory in interface org.openrdf.repository.Repository