com.xpn.xwiki.plugin.lucene
Class AbstractXWikiRunnable

java.lang.Object
  extended by com.xpn.xwiki.plugin.lucene.AbstractXWikiRunnable
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
IndexRebuilder, IndexUpdater

public abstract class AbstractXWikiRunnable
extends java.lang.Object
implements java.lang.Runnable

Common methods for all XWiki thread classes in the Lucene plugin.


Constructor Summary
AbstractXWikiRunnable()
           
 
Method Summary
protected  void cleanupXWikiContainer(com.xpn.xwiki.XWikiContext context)
           
protected  void initXWikiContainer(com.xpn.xwiki.XWikiContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Constructor Detail

AbstractXWikiRunnable

public AbstractXWikiRunnable()
Method Detail

initXWikiContainer

protected void initXWikiContainer(com.xpn.xwiki.XWikiContext context)

cleanupXWikiContainer

protected void cleanupXWikiContainer(com.xpn.xwiki.XWikiContext context)


Copyright © 2004-2009 XWiki. All Rights Reserved.