com.sleepycat.je.jmx.plugin
Class StatsPlugin
java.lang.Object
JConsolePlugin
com.sleepycat.je.jmx.plugin.StatsPlugin
- All Implemented Interfaces:
- PropertyChangeListener, EventListener
- Direct Known Subclasses:
- JEStatsPlugin, RepJEStatsPlugin
public abstract class StatsPlugin
- extends JConsolePlugin
- implements PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
stats
protected ArrayList<Stats> stats
worker
protected StatsSwingWorker worker
tabs
protected Map<String,JPanel> tabs
mBeanCount
protected int mBeanCount
StatsPlugin
public StatsPlugin()
getTabs
public Map<String,JPanel> getTabs()
initTabs
protected abstract void initTabs()
newSwingWorker
public SwingWorker<?,?> newSwingWorker()
dispose
public void dispose()
propertyChange
public void propertyChange(PropertyChangeEvent ev)
- Specified by:
propertyChange
in interface PropertyChangeListener
Copyright (c) 2004-2010 Oracle. All rights reserved.