org.qi4j.index.rdf.indexing
Class RdfIndexingService.RdfEntityIndexerMixin

java.lang.Object
  extended by org.qi4j.index.rdf.indexing.RdfIndexingService.RdfEntityIndexerMixin
All Implemented Interfaces:
Activatable, RdfIndexingService, StateChangeListener
Enclosing interface:
RdfIndexingService

public static class RdfIndexingService.RdfEntityIndexerMixin
extends Object
implements RdfIndexingService, Activatable

JAVADOC Add JavaDoc


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.index.rdf.indexing.RdfIndexingService
RdfIndexingService.RdfEntityIndexerMixin
 
Constructor Summary
RdfIndexingService.RdfEntityIndexerMixin()
           
 
Method Summary
 void activate()
          This is invoked on the service when the instance is being activated
 File dataDir()
           
 void notifyChanges(Iterable<EntityState> entityStates)
           
 void passivate()
          This is invoked on the service when the instance is being passivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdfIndexingService.RdfEntityIndexerMixin

public RdfIndexingService.RdfEntityIndexerMixin()
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

notifyChanges

public void notifyChanges(Iterable<EntityState> entityStates)
Specified by:
notifyChanges in interface StateChangeListener

dataDir

public File dataDir()
Specified by:
dataDir in interface RdfIndexingService