org.terracotta.modules.hibernatecache.presentation
Class ClientH2LCStatsChartPanel

java.lang.Object
  extended by BaseRuntimeStatsPanel
      extended by org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
          extended by org.terracotta.modules.hibernatecache.presentation.ClientH2LCStatsChartPanel

public class ClientH2LCStatsChartPanel
extends BaseH2LCStatsChartPanel


Field Summary
protected  IClient client
           
 
Fields inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
CACHE_HIT_SAMPLE_ATTR, CACHE_MISS_SAMPLE_ATTR, CACHE_PUT_SAMPLE_ATTR, cacheHitRateLabel, cacheHitRateLabelFormat, cacheHitRateSeries, cacheHitRatioLabel, cacheHitRatioLabelFormat, cacheHitRatioSeries, cacheMissRateLabel, cacheMissRateLabelFormat, cacheMissRateSeries, cachePutRateLabel, cachePutRateLabelFormat, cachePutRateSeries, clusterListener, clusterModel, DBSQL_EXECUTION_SAMPLE_ATTR, labelFont, persistenceUnit, POLLED_ATTRS, QUERY_EXECUTION_SAMPLE_ATTR, queryExecutionRateLabel, queryExecutionRateLabelFormat, queryExecutionRateSeries, statsBeanObjectName
 
Constructor Summary
ClientH2LCStatsChartPanel(ApplicationContext appContext)
           
 
Method Summary
protected  void addPolledAttributeListener()
           
 void attributesPolled(PolledAttributesResult result)
           
protected  void removePolledAttributeListener()
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, IClient client, String persistenceUnit)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
clientConnected, clientDisconnected, createOverlayLabel, createStatusLabel, init, setup, setup, setupCacheHitRatioPanel, setupCacheMissRatePanel, setupCachePutRatePanel, setupQueryExecutionRatePanel, 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

ClientH2LCStatsChartPanel

public ClientH2LCStatsChartPanel(ApplicationContext appContext)
Method Detail

setup

public void setup(ApplicationContext appContext,
                  IClusterModel clusterModel,
                  IClient client,
                  String persistenceUnit)

attributesPolled

public void attributesPolled(PolledAttributesResult result)

addPolledAttributeListener

protected void addPolledAttributeListener()
Overrides:
addPolledAttributeListener in class BaseH2LCStatsChartPanel

removePolledAttributeListener

protected void removePolledAttributeListener()
Overrides:
removePolledAttributeListener in class BaseH2LCStatsChartPanel

tearDown

public void tearDown()
Overrides:
tearDown in class BaseH2LCStatsChartPanel


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