Frames | No Frames |
Classes derived from java.lang.management.LockInfo | |
class | Provides information on a monitor lock held by a thread.
|
Methods with return type java.lang.management.LockInfo | |
LockInfo |
Returns a LockInfo object representing the
lock on which this thread is blocked. |
LockInfo[] | Returns an array of LockInfo objects representing
information on the locks on ownable synchronizers held by the thread.
|