软件包 | 描述 |
---|---|
java.lang.management |
在java运行在java虚拟机和其他部件的监测和管理提供了管理接口。
|
Modifier and Type | Class and Description |
---|---|
class |
MonitorInfo
关于对象监视器锁的信息。
|
Modifier and Type | Method and Description |
---|---|
static LockInfo |
LockInfo.from(CompositeData cd)
返回一个对象的
CompositeData 代表了
LockInfo 。
|
LockInfo[] |
ThreadInfo.getLockedSynchronizers()
返回
LockInfo 对象的数组,其中每一个代表一个
ownable synchronizer采用这种
ThreadInfo关联的线程锁定目前。
|
LockInfo |
ThreadInfo.getLockInfo()
返回
LockInfo对象与该
ThreadInfo关联的线程阻塞等待。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.