org.crosswire.common.activate
Class Kill

java.lang.Object
  extended by org.crosswire.common.activate.Kill

public class Kill
extends Object

Enumeration of how memory is returned.

Author:
Joe Walker [joe at eireneh dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
static Kill EVERYTHING
          Try as hard as possible to conserve memory
static Kill LEAST_USED
          Reduce memory usage, but only where sensible
static Kill ONLY_IF_TIGHT
          Reduce memory usage, but only if we really need to
 
Constructor Summary
Kill()
           
 
Method Summary
 void reduceMemoryUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVERYTHING

public static final Kill EVERYTHING
Try as hard as possible to conserve memory


LEAST_USED

public static final Kill LEAST_USED
Reduce memory usage, but only where sensible


ONLY_IF_TIGHT

public static final Kill ONLY_IF_TIGHT
Reduce memory usage, but only if we really need to

Constructor Detail

Kill

public Kill()
Method Detail

reduceMemoryUsage

public void reduceMemoryUsage()

Copyright ยจ 2003-2006