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

Packages that use Kill
org.crosswire.common.activate Code to allow classes to be started-up and then shutdown later to conserve resources. 
 

Uses of Kill in org.crosswire.common.activate
 

Fields in org.crosswire.common.activate declared as Kill
static Kill Kill.EVERYTHING
          Try as hard as possible to conserve memory
static Kill Kill.LEAST_USED
          Reduce memory usage, but only where sensible
static Kill Kill.ONLY_IF_TIGHT
          Reduce memory usage, but only if we really need to
 

Methods in org.crosswire.common.activate with parameters of type Kill
static void Activator.reduceMemoryUsage(Kill amount)
          If we need to tighten things up a bit we can save memory with this
 


Copyright ยจ 2003-2007