- java.lang.Object
-
- openj9.lang.management.internal.OpenJ9DiagnosticsMXBeanImpl
-
- All Implemented Interfaces:
PlatformManagedObject
,OpenJ9DiagnosticsMXBean
public final class OpenJ9DiagnosticsMXBeanImpl extends Object implements OpenJ9DiagnosticsMXBean
Runtime type forOpenJ9DiagnosticsMXBean
.Implements functionality to dynamically configure dump options and to trigger supported dump agents.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OpenJ9DiagnosticsMXBean
getInstance()
Singleton accessor method.ObjectName
getObjectName()
Returns the object name of the MXBean.-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface openj9.lang.management.OpenJ9DiagnosticsMXBean
queryDumpOptions, resetDumpOptions, setDumpOptions, triggerClassicHeapDump, triggerDump, triggerDumpToFile
-
-
-
-
Method Detail
-
getInstance
public static OpenJ9DiagnosticsMXBean getInstance()
Singleton accessor method. Returns an instance ofOpenJ9DiagnosticsMXBeanImpl
.- Returns:
- a static instance of
OpenJ9DiagnosticsMXBeanImpl
.
-
getObjectName
public ObjectName getObjectName()
Returns the object name of the MXBean.- Specified by:
getObjectName
in interfacePlatformManagedObject
- Returns:
- objectName representing the MXBean.
-
-