public interface PlatformManagedObject
注:平台MXBean接口(即所有子接口的PlatformManagedObject
)由java平台。新的方法可能在未来版本中加入这些接口的java SE。此外,这PlatformManagedObject
接口仅用于扩展平台的管理接口,而不是应用程序。
ManagementFactory
Modifier and Type | Method and Description |
---|---|
ObjectName |
getObjectName()
返回一个
ObjectName 实例表示这个平台的对象名称管理对象。
|
ObjectName getObjectName()
ObjectName
实例表示这个平台的对象名称管理对象。
ObjectName
实例表示这个平台的对象名称管理对象。
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.