ice.util.memory
Class VerboseMemoryManager

java.lang.Object
  extended byice.util.memory.MemoryManager
      extended byice.util.memory.VerboseMemoryManager

public class VerboseMemoryManager
extends MemoryManager


Field Summary
 
Fields inherited from class ice.util.memory.MemoryManager
maxMemory, minMemory, runtime
 
Constructor Summary
VerboseMemoryManager()
           
 
Method Summary
 boolean canAllocate(int bytes)
          Will return true if the system is not in a low memory condition after allocation of specified number of bytes.
 
Methods inherited from class ice.util.memory.MemoryManager
getInstance, getMaxMemory, getMinMemory, isLowMemory, setInstance, setMaxMemory, setMinMemory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerboseMemoryManager

public VerboseMemoryManager()
Method Detail

canAllocate

public boolean canAllocate(int bytes)
Description copied from class: MemoryManager
Will return true if the system is not in a low memory condition after allocation of specified number of bytes.

Overrides:
canAllocate in class MemoryManager