Uses of Package
org.crosswire.common.activate

Packages that use org.crosswire.common.activate
org.crosswire.common.activate Code to allow classes to be started-up and then shutdown later to conserve resources. 
org.crosswire.jsword.book The Book package provides an interface to a real store of data. 
org.crosswire.jsword.book.basic The Basic package contains default and abstract implementations of the main Book classes. 
org.crosswire.jsword.book.readings An implementation of BookDriver and Dictionary that read provide access to readings planners. 
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. 
 

Classes in org.crosswire.common.activate used by org.crosswire.common.activate
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
Kill
          Enumeration of how memory is returned.
Lock
          This class only exists to disuade you from calling activate() directly on an Activatable object.
Msg
          Compile safe Msg resource settings.
 

Classes in org.crosswire.common.activate used by org.crosswire.jsword.book
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
 

Classes in org.crosswire.common.activate used by org.crosswire.jsword.book.basic
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
Lock
          This class only exists to disuade you from calling activate() directly on an Activatable object.
 

Classes in org.crosswire.common.activate used by org.crosswire.jsword.book.readings
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
 

Classes in org.crosswire.common.activate used by org.crosswire.jsword.book.sword
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
Lock
          This class only exists to disuade you from calling activate() directly on an Activatable object.
 

Classes in org.crosswire.common.activate used by org.crosswire.jsword.index.lucene
Activatable
          A class can be Activatable if it needs a significant amount of memory on an irregular basis, and so would benefit from being told when to wake-up and when to conserver memory.
Lock
          This class only exists to disuade you from calling activate() directly on an Activatable object.
 


Copyright ยจ 2003-2007