Package wt.jmx.core.mbeans
Interface SummaryManagerMBean
- All Superinterfaces:
SelfEmailingMBean
Manages Summary MBeans, which allow periodic logging of JMX attributes
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionaddSummary(String loggerName) Add a Summary MBean (unless it already exists) and returns its ObjectName
Supported API: trueString[]Logger names of Summary MBeans registered with this manager
Supported API: truevoidremoveSummary(String loggerName) Remove a Summary MBean
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getSummaryLoggerNames
String[] getSummaryLoggerNames()Logger names of Summary MBeans registered with this manager
Supported API: true -
addSummary
Add a Summary MBean (unless it already exists) and returns its ObjectName
Supported API: true- Parameters:
loggerName- Name of summary logger
-
removeSummary
Remove a Summary MBean
Supported API: true- Parameters:
loggerName- Name of summary logger
-