Package org.crosswire.common.activate

Code to allow classes to be started-up and then shutdown later to conserve resources.

See:
          Description

Interface Summary
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.
 

Class Summary
Activator Manager for instances of Activatable.
Lock This class only exists to disuade you from calling activate() directly on an Activatable object.
Msg Compile safe Msg resource settings.
 

Package org.crosswire.common.activate Description

Code to allow classes to be started-up and then shutdown later to conserve resources.


Copyright ? 2003-2004