org.qi4j.index.solr.internal
Class SolrEntityIndexerMixin

java.lang.Object
  extended by org.qi4j.index.solr.internal.SolrEntityIndexerMixin
All Implemented Interfaces:
Activatable, StateChangeListener

public class SolrEntityIndexerMixin
extends Object
implements StateChangeListener, Activatable

JAVADOC


Constructor Summary
SolrEntityIndexerMixin()
           
 
Method Summary
 void activate()
          This is invoked on the service when the instance is being activated
 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

SolrEntityIndexerMixin

public SolrEntityIndexerMixin()
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