public interface PlatformManagedObject
注意:平台MXBean接口(即PlatformManagedObject的所有子PlatformManagedObject
)仅由Java平台实现。 未来的Java SE版本可能会在这些接口中添加新的方法。 此外,此PlatformManagedObject
接口仅适用于平台的管理界面,但不适用于应用程序。
ManagementFactory
Modifier and Type | Method and Description |
---|---|
ObjectName |
getObjectName()
返回表示此平台管理对象的对象名称的 ObjectName 实例。
|
ObjectName getObjectName()
ObjectName
实例。
ObjectName
instance representing the object name of this platform managed object.
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.