BufferPoolMXBean
, ClassLoadingMXBean
, CompilationMXBean
, FlightRecorderMXBean
, GarbageCollectorMXBean
, GarbageCollectorMXBean
, HotSpotDiagnosticMXBean
, MemoryManagerMXBean
, MemoryMXBean
, MemoryPoolMXBean
, OperatingSystemMXBean
, OperatingSystemMXBean
, PlatformLoggingMXBean
, RuntimeMXBean
, ThreadMXBean
, ThreadMXBean
, UnixOperatingSystemMXBean
public interface PlatformManagedObject
Note: The platform MXBean interfaces (i.e. all subinterfaces of PlatformManagedObject
) are implemented by the Java platform only. New methods may be added in these interfaces in future Java SE releases. In addition, this PlatformManagedObject
interface is only intended for the management interfaces for the platform to extend but not for applications.
Modifier and Type | Method | Description |
---|---|---|
ObjectName |
getObjectName() |
Returns an ObjectName instance representing the object name of this platform managed object. |
ObjectName getObjectName()
ObjectName
instance representing the object name of this platform managed object.ObjectName
instance representing the object name of this platform managed object.
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.management/java/lang/management/PlatformManagedObject.html