org.terracotta.modules.ehcache.presentation
Class ClientEhCacheRuntimeStatsPanel

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

public class ClientEhCacheRuntimeStatsPanel
extends BaseEhcacheRuntimeStatsPanel


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

Field Detail

client

protected IClient client
Constructor Detail

ClientEhCacheRuntimeStatsPanel

public ClientEhCacheRuntimeStatsPanel()
Method Detail

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel,
                  IClient client)

setCoherent

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

createTableModelWorker

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

tearDown

public void tearDown()
Overrides:
tearDown in class BaseEhcacheRuntimeStatsPanel


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