uk.ac.leeds.ccg.andyt.projects.genesis.core
Class GENESIS_OutOfMemoryErrorHandler

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
      extended by uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_OutOfMemoryErrorHandler
All Implemented Interfaces:
java.io.Serializable, GENESIS_OutOfMemoryErrorHandlerInterface
Direct Known Subclasses:
GENESIS_Environment

public abstract class GENESIS_OutOfMemoryErrorHandler
extends uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
implements java.io.Serializable, GENESIS_OutOfMemoryErrorHandlerInterface

See Also:
Serialized Form

Field Summary
static long Memory_Threshold
           
 
Fields inherited from class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
_Generic_TestMemory, _HandleOutOfMemoryError_boolean, _MemoryReserve, Default_Memory_Threshold, HandleOutOfMemoryErrorFalse, HandleOutOfMemoryErrorTrue
 
Fields inherited from interface uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_OutOfMemoryErrorHandlerInterface
serialVersionUID
 
Constructor Summary
GENESIS_OutOfMemoryErrorHandler()
           
 
Method Summary
 
Methods inherited from class uk.ac.leeds.ccg.andyt.generic.memory.Generic_OutOfMemoryErrorHandler
clear_MemoryReserve, get_Generic_TestMemory, get_MemoryReserve, getRuntime, getTotalFreeMemory, getTotalFreeMemory, init_MemoryReserve, init_MemoryReserve, init_MemoryReserve, initFile, initFile, initFileDirectory, initString, initString, println, set_MemoryReserve, sin, swapToFile_DataAny, swapToFile_DataAny, toString, tryToEnsureThereIsEnoughMemoryToContinue, tryToEnsureThereIsEnoughMemoryToContinue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.ac.leeds.ccg.andyt.projects.genesis.core.GENESIS_OutOfMemoryErrorHandlerInterface
init_MemoryReserve, tryToEnsureThereIsEnoughMemoryToContinue
 

Field Detail

Memory_Threshold

public static long Memory_Threshold
Constructor Detail

GENESIS_OutOfMemoryErrorHandler

public GENESIS_OutOfMemoryErrorHandler()