org.terracotta.modules.ehcache.presentation
Class AggregateEhcacheStatsChartPanel

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

public class AggregateEhcacheStatsChartPanel
extends BaseEhcacheStatsChartPanel


Field Summary
 
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
AggregateEhcacheStatsChartPanel(ApplicationContext appContext)
           
 
Method Summary
protected  void addPolledAttributeListener()
           
 void attributesPolled(PolledAttributesResult result)
           
 void clientConnected(IClient client)
           
 void clientDisconnected(IClient client)
           
protected  void removePolledAttributeListener()
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseEhcacheStatsChartPanel
createOverlayLabel, createStatusLabel, getCacheManagerModel, getClusterModel, init, 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
 

Constructor Detail

AggregateEhcacheStatsChartPanel

public AggregateEhcacheStatsChartPanel(ApplicationContext appContext)
Method Detail

setup

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

attributesPolled

public void attributesPolled(PolledAttributesResult result)

clientConnected

public void clientConnected(IClient client)
Overrides:
clientConnected in class BaseEhcacheStatsChartPanel

clientDisconnected

public void clientDisconnected(IClient client)
Overrides:
clientDisconnected in class BaseEhcacheStatsChartPanel

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.