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
 

Methods in org.crosswire.common.activate that return Kill
static Kill Kill.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Kill[] Kill.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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-2011