org.qi4j.library.rdf.repository
Interface NativeRepositoryService

All Superinterfaces:
Availability, Composite, Identity, org.openrdf.repository.Repository, ServiceComposite
All Known Implementing Classes:
NativeRepositoryService.NativeRepositoryMixin

@Mixins(value=NativeRepositoryService.NativeRepositoryMixin.class)
@Activators(value=NativeRepositoryService.Activator.class)
public interface NativeRepositoryService
extends org.openrdf.repository.Repository, ServiceComposite, Availability


Nested Class Summary
static class NativeRepositoryService.Activator
           
static class NativeRepositoryService.NativeRepositoryMixin
           
 
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
 
Methods inherited from interface org.qi4j.api.service.Availability
isAvailable
 

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