Package wt.jmx.core.mbeans
Class PeriodicMemoryDumperDelegate
java.lang.Object
javax.management.StandardMBean
wt.jmx.core.StandardMBean
wt.jmx.core.SelfAwareMBean
wt.jmx.core.mbeans.PeriodicMemoryDumperDelegate
- All Implemented Interfaces:
DynamicMBean,MBeanRegistration,BaseObjectNamed,InfoDelegateFactory<NotificationHandlerDelegate>,NotificationHandlerDelegate,NotificationHandlerDelegateFactory,PeriodicMemoryDumperDelegateMBean,SelfEmailingMBean
public final class PeriodicMemoryDumperDelegate
extends SelfAwareMBean
implements PeriodicMemoryDumperDelegateMBean, NotificationHandlerDelegateFactory, NotificationHandlerDelegate
Implementation of
PeriodicMemoryDumperDelegateMBean; see it and other
interfaces implemented for more information.
Currently not denoted as supported as this MBean is still somewhat
experimental and details are subject to change.
Supported API: true
Extendable: false
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryMXBeanstatic final OperatingSystemMXBeanPlatform OperatingSystemMXBean (result ofManagementFactory.getOperatingSystemMXBean())
Supported API: truestatic final RuntimeMXBean -
Method Summary
Methods inherited from class wt.jmx.core.SelfAwareMBean
deregister, destroy, getBaseObjectName, getObjectName, getObjectNameOnPreRegister, getOwnerMBean, getSelfAwareMBean, init, isInited, isRegistered, isStarted, onDestroy, onInit, onStart, onStop, postDeregister, postRegister, preDeregister, preRegister, register, register, register, resetObjectName, setOwnerMBean, start, stopMethods inherited from class wt.jmx.core.StandardMBean
cacheMBeanInfo, cacheMBeanInfoInInstance, createMBeanInfo, emailThisMBean, getAttributes, getCachedInstanceMBeanInfo, getCachedMBeanInfo, getDescription, getDescription, getDescription, getDescription, getImpact, getMBeanInfo, getParameterName, setAttributesMethods inherited from class javax.management.StandardMBean
getAttribute, getClassName, getConstructors, getDescription, getDescription, getDescription, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, invoke, setAttribute, setImplementationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface wt.jmx.core.mbeans.InfoDelegateFactory
setOwnerMBeanMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Field Details
-
RUNTIME_MBEAN
-
OS_MBEAN
Platform OperatingSystemMXBean (result ofManagementFactory.getOperatingSystemMXBean())
Supported API: true -
MEMORY_MBEAN
-