Interface PlatformManagedObject
- All Known Subinterfaces:
 - 
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.
- Since:
 - 1.7
 - See Also:
 
Method Summary
| Modifier and Type | Method | Description | 
|---|---|---|
ObjectName | 
getObjectName() | 
  Returns an   ObjectName instance representing the object name of this platform managed object. | 
Method Details
getObjectName
ObjectName getObjectName()
ObjectName instance representing the object name of this platform managed object.- Returns:
 - an 
ObjectNameinstance representing the object name of this platform managed object. 
    © 1993, 2021, 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/17/docs/api/java.management/java/lang/management/PlatformManagedObject.html