|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MonitorManagerMBean
Manages (and persists) a set of javax.management.monitor.Monitor MBeans.
These MBeans are a built-in part of Java; see
http://java.sun.com/j2se/1.5.0/docs/api/javax/management/monitor/package-summary.html
for more information.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
ObjectName |
addCounterMonitor(String monitorName)
Add a CounterMonitor MBean with the given name and returns its ObjectName. |
ObjectName |
addGaugeMonitor(String monitorName)
Add a GaugeMonitor MBean with the given name and returns its ObjectName. |
ObjectName |
addStringMonitor(String monitorName)
Add a StringMonitor MBean with the given name and returns its ObjectName. |
String[] |
getMonitorNames()
Names of monitors registered with this manager Supported API: true |
void |
removeMonitor(String monitorName)
Remove a monitor MBean given its name. |
| Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean |
|---|
emailThisMBean |
| Method Detail |
|---|
String[] getMonitorNames()
ObjectName addCounterMonitor(String monitorName)
throws Exception
monitorName - Name to give new CounterMonitor
Exception
ObjectName addGaugeMonitor(String monitorName)
throws Exception
monitorName - Name to give new GaugeMonitor
Exception
ObjectName addStringMonitor(String monitorName)
throws Exception
monitorName - Name to give new StringMonitor
Exceptionvoid removeMonitor(String monitorName)
monitorName - Name of monitor to remove
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||