-
- All Known Subinterfaces:
- BufferPoolMXBean, ClassLoadingMXBean, CompilationMXBean, GarbageCollectorMXBean, MemoryManagerMXBean, MemoryMXBean, MemoryPoolMXBean, OperatingSystemMXBean, PlatformLoggingMXBean, RuntimeMXBean, ThreadMXBean
public interface PlatformManagedObject
A platform managed object is a JMX MXBean for monitoring and managing a component in the Java platform. Each platform managed object has a unique object name for the platform MBeanServer access. All platform MXBeans will implement this interface.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, thisPlatformManagedObject
interface is only intended for the management interfaces for the platform to extend but not for applications.- Since:
- 1.7
- See Also:
ManagementFactory
-
-
Method Summary
Methods Modifier and Type Method and Description ObjectName
getObjectName()
Returns anObjectName
instance representing the object name of this platform managed object.
-
-
-
Method Detail
-
getObjectName
ObjectName getObjectName()
Returns anObjectName
instance representing the object name of this platform managed object.- Returns:
- an
ObjectName
instance representing the object name of this platform managed object.
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-java/lang/management/PlatformManagedObject.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.