org.qi4j.library.rdf.repository
Interface HttpRepositoryService

All Superinterfaces:
Composite, Identity, org.openrdf.repository.Repository, ServiceComposite

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


Nested Class Summary
static class HttpRepositoryService.Activator
           
static class HttpRepositoryService.HttpRepositoryMixin
           
 
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