org.terracotta.modules.ehcache.presentation
Class AggregateEhcacheRuntimeStatsPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.BaseEhcacheRuntimeStatsPanel
          extended by org.terracotta.modules.ehcache.presentation.AggregateEhcacheRuntimeStatsPanel
All Implemented Interfaces:
HierarchyListener, EventListener, ListSelectionListener, CacheManagerModelListener

public class AggregateEhcacheRuntimeStatsPanel
extends BaseEhcacheRuntimeStatsPanel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheRuntimeStatsPanel
BaseEhcacheRuntimeStatsPanel.TableModelWorker
 
Field Summary
 
Fields inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheRuntimeStatsPanel
appContext, cacheManagerModel, cacheTable, cacheTableModel, clearAllStatsButton, clusterListener, makeCoherentAction, refreshButton, selectedCacheModel, sortColumn, sortDirection, toggleStatsEnabledButton
 
Constructor Summary
AggregateEhcacheRuntimeStatsPanel()
           
 
Method Summary
protected  BaseEhcacheRuntimeStatsPanel.TableModelWorker createTableModelWorker()
           
protected  void setCacheTableModel(CacheManagerTableModel tableModel)
           
protected  void setCoherent(CacheModel cacheModel, boolean coherent)
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
 
Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheRuntimeStatsPanel
cacheModelAdded, cacheModelChanged, cacheModelRemoved, cachesEnabled, createTablePanel, getCacheManagerModel, getSelectedCacheModel, hierarchyChanged, setSelectedCacheModel, statisticsEnabled, tearDown, updateStats, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateEhcacheRuntimeStatsPanel

public AggregateEhcacheRuntimeStatsPanel()
Method Detail

setCoherent

protected void setCoherent(CacheModel cacheModel,
                           boolean coherent)
Specified by:
setCoherent in class BaseEhcacheRuntimeStatsPanel

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel)
Overrides:
setup in class BaseEhcacheRuntimeStatsPanel

setCacheTableModel

protected void setCacheTableModel(CacheManagerTableModel tableModel)
Overrides:
setCacheTableModel in class BaseEhcacheRuntimeStatsPanel

createTableModelWorker

protected BaseEhcacheRuntimeStatsPanel.TableModelWorker createTableModelWorker()
Specified by:
createTableModelWorker in class BaseEhcacheRuntimeStatsPanel


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.