|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HeapModel
A simplified model of the Java heap. It represents relations between Java objects, set of known root references and a set of types. It does not represent values of the primitive object fields.
Method Summary | |
---|---|
java.util.Iterator |
getAllItems()
Provides access to all known instances on the heap. |
Item |
getItem(int id)
|
Item |
getObjectAt(java.lang.String staticRefName)
|
java.util.Collection |
getObjectsOfType(java.lang.String type)
Provides access to all known instances of given type. |
java.util.Collection |
getRoots()
Provides a collection of known root (static) references |
Method Detail |
---|
java.util.Iterator getAllItems()
java.util.Collection getObjectsOfType(java.lang.String type)
java.util.Collection getRoots()
Item getObjectAt(java.lang.String staticRefName)
Item getItem(int id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |