Uses of Interface
javax.tools.diagnostics.runtime.java.JavaHeap

Packages that use JavaHeap
javax.tools.diagnostics.runtime.java Definition of an abstract view of a Java runtime. 
 

Uses of JavaHeap in javax.tools.diagnostics.runtime.java
 

Methods in javax.tools.diagnostics.runtime.java that return JavaHeap
 JavaHeap JavaObject.getHeap()
          Gets the heap where this object is located.
 

Methods in javax.tools.diagnostics.runtime.java that return types with arguments of type JavaHeap
 java.util.List<JavaHeap> JavaRuntime.getHeaps()
          Get the set of heaps known by the Java Virtual Machine There may be multiple heaps within a Java Virtual Machine, for instance a generational heap and a class heap.
 



Copyright © 2010. All Rights Reserved.