org.qi4j.library.rdf.repository
Interface RdbmsRepositoryService

All Superinterfaces:
Composite, Identity, org.openrdf.repository.Repository, ServiceComposite
All Known Implementing Classes:
RdbmsRepositoryService.RdbmsRepositoryMixin

@Mixins(value=RdbmsRepositoryService.RdbmsRepositoryMixin.class)
@Activators(value=RdbmsRepositoryService.Activator.class)
public interface RdbmsRepositoryService
extends org.openrdf.repository.Repository, ServiceComposite


Nested Class Summary
static class RdbmsRepositoryService.Activator
           
static class RdbmsRepositoryService.RdbmsRepositoryMixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 void initialize()
           
 void shutDown()
           
 
Methods inherited from interface org.openrdf.repository.Repository
getConnection, getDataDir, getValueFactory, isInitialized, isWritable, setDataDir
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 

Method Detail

initialize

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

shutDown

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