Uses of Interface
com.bea.jvm.ThreadSnapshot.Monitor

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

Uses of ThreadSnapshot.Monitor in com.bea.jvm
 

Methods in com.bea.jvm that return ThreadSnapshot.Monitor
 ThreadSnapshot.Monitor ThreadSnapshot.getBlockedOnMonitor()
          Return the monitor this thread is blocked on, or null if none.
 ThreadSnapshot.Monitor ThreadSnapshot.getWaitingOnMonitor()
          Return the monitor this thread is waiting on, or null if none.
 ThreadSnapshot.Monitor[] CallTraceElement.getMonitors()
          Return the monitors that was taken by the thread at this stack trace element.