fr.umlv.corosol.component
Interface JHeap

All Superinterfaces:
JMemory, JObject, JVMComponent
All Known Implementing Classes:
DefaultJHeap, JTypedHeap

public interface JHeap
extends JMemory, JVMComponent

This interface represents the heap of the Java virtual machine.

Author:
Christophe Deleray

Method Summary
 JReferenceManager getReferenceManager()
          Returns the reference manager that collaborates with this heap.
 
Methods inherited from interface fr.umlv.corosol.memory.JMemory
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readReference, readShort, size, sizeof, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeReference, writeShort
 
Methods inherited from interface fr.umlv.corosol.component.JVMComponent
configure, getComponentClass, replace
 

Method Detail

getReferenceManager

JReferenceManager getReferenceManager()
Returns the reference manager that collaborates with this heap.