org.terracotta.modules.hibernatecache.presentation
Class AggregateH2LCStatsChartPanel

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

public class AggregateH2LCStatsChartPanel
extends BaseH2LCStatsChartPanel


Field Summary
 
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
AggregateH2LCStatsChartPanel(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, IClusterModel clusterModel, String persistenceUnit)
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCStatsChartPanel
createOverlayLabel, createStatusLabel, init, setup, setupCacheHitRatioPanel, setupCacheMissRatePanel, setupCachePutRatePanel, setupQueryExecutionRatePanel, suspend, tearDown, updateAllSeries
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateH2LCStatsChartPanel

public AggregateH2LCStatsChartPanel(ApplicationContext appContext)
Method Detail

setup

public void setup(ApplicationContext appContext,
                  IClusterModel clusterModel,
                  String persistenceUnit)
Overrides:
setup in class BaseH2LCStatsChartPanel

attributesPolled

public void attributesPolled(PolledAttributesResult result)

clientConnected

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

clientDisconnected

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

addPolledAttributeListener

protected void addPolledAttributeListener()
Overrides:
addPolledAttributeListener in class BaseH2LCStatsChartPanel

removePolledAttributeListener

protected void removePolledAttributeListener()
Overrides:
removePolledAttributeListener in class BaseH2LCStatsChartPanel


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