org.terracotta.modules.ehcache.presentation
Class ClientEhcacheStatsChartPanel

java.lang.Object
  extended by BaseRuntimeStatsPanel
      extended by org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
          extended by org.terracotta.modules.ehcache.presentation.ClientEhcacheStatsChartPanel

public class ClientEhcacheStatsChartPanel
extends BaseEhcacheStatsChartPanel


Field Summary
protected  IClient client
           
 
Fields inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
CACHE_HIT_SAMPLE_ATTR, CACHE_MISS_SAMPLE_ATTR, CACHE_PUT_SAMPLE_ATTR, CACHE_UPDATE_SAMPLE_ATTR, cacheHitRateLabel, cacheHitRateLabelFormat, cacheHitRateSeries, cacheHitRatioLabel, cacheHitRatioLabelFormat, cacheHitRatioSeries, cacheManagerModel, cacheMissRateLabel, cacheMissRateLabelFormat, cacheMissRateSeries, cachePutRateLabel, cachePutRateLabelFormat, cachePutRateSeries, cacheUpdateRateLabel, cacheUpdateRateLabelFormat, cacheUpdateRateSeries, clusterListener, labelFont, POLLED_ATTRS, statsBeanObjectName
 
Constructor Summary
ClientEhcacheStatsChartPanel(ApplicationContext appContext)
           
 
Method Summary
protected  void addPolledAttributeListener()
           
 void attributesPolled(PolledAttributesResult result)
           
protected  void removePolledAttributeListener()
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel, IClient client)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
clientConnected, clientDisconnected, createOverlayLabel, createStatusLabel, getCacheManagerModel, getClusterModel, init, setup, setup, setupCacheHitRatioPanel, setupCacheMissRatePanel, setupCachePutRatePanel, setupUpdateRatePanel, suspend, updateAllSeries
 
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

ClientEhcacheStatsChartPanel

public ClientEhcacheStatsChartPanel(ApplicationContext appContext)
Method Detail

setup

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

attributesPolled

public void attributesPolled(PolledAttributesResult result)

addPolledAttributeListener

protected void addPolledAttributeListener()
Overrides:
addPolledAttributeListener in class BaseEhcacheStatsChartPanel

removePolledAttributeListener

protected void removePolledAttributeListener()
Overrides:
removePolledAttributeListener in class BaseEhcacheStatsChartPanel

tearDown

public void tearDown()
Overrides:
tearDown in class BaseEhcacheStatsChartPanel


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