org.terracotta.modules.hibernatecache.presentation
Class ClientH2LCRuntimeStatsPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.hibernatecache.presentation.BaseH2LCRuntimeStatsPanel
          extended by org.terracotta.modules.hibernatecache.presentation.ClientH2LCRuntimeStatsPanel
All Implemented Interfaces:
HierarchyListener, EventListener, NotificationListener

public class ClientH2LCRuntimeStatsPanel
extends BaseH2LCRuntimeStatsPanel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCRuntimeStatsPanel
BaseH2LCRuntimeStatsPanel.RegionStatsWorker
 
Field Summary
protected  IClient client
           
 
Fields inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCRuntimeStatsPanel
appContext, beanProvider, CACHE_REGION_STATS, clearAllStatsButton, clusterListener, clusterModel, persistenceUnit, refreshRegionsButton, regionTable, regionTableModel, sortColumn, sortDirection, statsBeanObjectName, statsBeanPattern
 
Constructor Summary
ClientH2LCRuntimeStatsPanel()
           
 
Method Summary
protected  BaseH2LCRuntimeStatsPanel.RegionStatsWorker createRegionStatsWorker()
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, IClient client, String persistenceUnit)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseH2LCRuntimeStatsPanel
createRegionTablePanel, getClusterModel, handleNotification, hierarchyChanged, setup, updateRegionStats
 
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

ClientH2LCRuntimeStatsPanel

public ClientH2LCRuntimeStatsPanel()
Method Detail

setup

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

createRegionStatsWorker

protected BaseH2LCRuntimeStatsPanel.RegionStatsWorker createRegionStatsWorker()
Specified by:
createRegionStatsWorker in class BaseH2LCRuntimeStatsPanel

tearDown

public void tearDown()
Overrides:
tearDown in class BaseH2LCRuntimeStatsPanel


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