Uses of Class
org.crosswire.common.activate.Lock

Packages that use Lock
org.crosswire.common.activate Code to allow classes to be started-up and then shutdown later to conserve resources. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.sword An implementation of the Book interfaces that reads from SWORD project books (modules). 
org.crosswire.jsword.index.lucene An implemenation of SearchEngine using Lucene. 
 

Uses of Lock in org.crosswire.common.activate
 

Fields in org.crosswire.common.activate declared as Lock
private static Lock Activator.lock
          The object we use to prevent others from
 

Methods in org.crosswire.common.activate with parameters of type Lock
 void Activatable.activate(Lock lock)
          Called to indicate that the Book should initialize itself, and consume whatever system resources it needs to be able to respond to other queries.
 void Activatable.deactivate(Lock lock)
          Called to indicate that the Book should release whatever system resources it can to make way for other uses.
 

Uses of Lock in org.crosswire.jsword.book.basic
 

Methods in org.crosswire.jsword.book.basic with parameters of type Lock
 void AbstractBook.activate(Lock lock)
           
 void AbstractBook.deactivate(Lock lock)
           
 

Uses of Lock in org.crosswire.jsword.book.sword
 

Methods in org.crosswire.jsword.book.sword with parameters of type Lock
 void GZIPBackend.activate(Lock lock)
           
 void GenBookBackend.activate(Lock lock)
           
 void LZSSBackend.activate(Lock lock)
           
 void RawBackend.activate(Lock lock)
           
 void RawLDBackend.activate(Lock lock)
           
 void SwordBook.activate(Lock lock)
           
 void SwordDictionary.activate(Lock lock)
           
 void ZLDBackend.activate(Lock lock)
           
 void GZIPBackend.deactivate(Lock lock)
           
 void GenBookBackend.deactivate(Lock lock)
           
 void LZSSBackend.deactivate(Lock lock)
           
 void RawBackend.deactivate(Lock lock)
           
 void RawLDBackend.deactivate(Lock lock)
           
 void SwordBook.deactivate(Lock lock)
           
 void SwordDictionary.deactivate(Lock lock)
           
 void ZLDBackend.deactivate(Lock lock)
           
 

Uses of Lock in org.crosswire.jsword.index.lucene
 

Methods in org.crosswire.jsword.index.lucene with parameters of type Lock
 void LuceneIndex.activate(Lock lock)
           
 void LuceneIndex.deactivate(Lock lock)
           
 


Copyright ? 2003-2006