org.qi4j.library.rdf.repository
Class HttpRepositoryService.HttpRepositoryMixin

java.lang.Object
  extended by org.openrdf.repository.http.HTTPRepository
      extended by org.qi4j.library.rdf.repository.HttpRepositoryService.HttpRepositoryMixin
All Implemented Interfaces:
org.openrdf.repository.Repository, Activatable
Enclosing interface:
HttpRepositoryService

public static class HttpRepositoryService.HttpRepositoryMixin
extends org.openrdf.repository.http.HTTPRepository
implements org.openrdf.repository.Repository, Activatable


Constructor Summary
HttpRepositoryService.HttpRepositoryMixin(Configuration<HttpRepositoryConfiguration> configuration)
           
 
Method Summary
 void activate()
          This is invoked on the service when the instance is being activated
 void passivate()
          This is invoked on the service when the instance is being passivated
 
Methods inherited from class org.openrdf.repository.http.HTTPRepository
getConnection, getDataDir, getPreferredRDFFormat, getPreferredTupleQueryResultFormat, getValueFactory, initialize, isWritable, setDataDir, setPreferredRDFFormat, setPreferredTupleQueryResultFormat, setUsernameAndPassword, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.repository.Repository
getConnection, getDataDir, getValueFactory, initialize, isWritable, setDataDir, shutDown
 

Constructor Detail

HttpRepositoryService.HttpRepositoryMixin

public HttpRepositoryService.HttpRepositoryMixin(@This
                                                 Configuration<HttpRepositoryConfiguration> configuration)
Method Detail

activate

public void activate()
              throws Exception
Description copied from interface: Activatable
This is invoked on the service when the instance is being activated

Specified by:
activate in interface Activatable
Throws:
Exception - if service could not be activated

passivate

public void passivate()
               throws Exception
Description copied from interface: Activatable
This is invoked on the service when the instance is being passivated

Specified by:
passivate in interface Activatable
Throws:
Exception - if the service could not be passivated