Uses of Interface
com.bea.jvm.ThreadSnapshot

Packages that use ThreadSnapshot
com.bea.jvm Provides the interfaces and the factory class for the JRockit management API.  
 

Uses of ThreadSnapshot in com.bea.jvm
 

Methods in com.bea.jvm that return ThreadSnapshot
 ThreadSnapshot ThreadSystem.getThreadSnapshot(java.lang.Thread t)
          Get a snapshot of a thread in the JVM.
 ThreadSnapshot ThreadSystem.getThreadSnapshot(int id)
          Get a snapshot of a thread in the JVM.