org.terracotta.modules.hibernatecache.presentation
Class ClientHibernateRuntimeStatsPanel

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

public class ClientHibernateRuntimeStatsPanel
extends BaseHibernateRuntimeStatsPanel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
BaseHibernateRuntimeStatsPanel.CollectionStatsWorker, BaseHibernateRuntimeStatsPanel.EntityStatsWorker, BaseHibernateRuntimeStatsPanel.QueryStatsWorker
 
Field Summary
protected  IClient client
           
 
Fields inherited from class org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
appContext, beanProvider, clusterListener, clusterModel, COLLECTION_STATS, collectionTable, collectionTableModel, ENTITY_STATS, entityTable, entityTableModel, persistenceUnit, QUERY_STATS, queryTable, queryTableModel, refreshCollectionsButton, refreshEntitiesButton, refreshQueriesButton, statsBeanObjectName, tabbedPane
 
Constructor Summary
ClientHibernateRuntimeStatsPanel()
           
 
Method Summary
protected  BaseHibernateRuntimeStatsPanel.CollectionStatsWorker createCollectionStatsWorker()
           
protected  BaseHibernateRuntimeStatsPanel.EntityStatsWorker createEntityStatsWorker()
           
protected  BaseHibernateRuntimeStatsPanel.QueryStatsWorker createQueryStatsWorker()
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, IClient client, String persistenceUnit)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
getClusterModel, handleNotification, hierarchyChanged, setup, stateChanged, updateEntityStats
 
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

ClientHibernateRuntimeStatsPanel

public ClientHibernateRuntimeStatsPanel()
Method Detail

setup

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

createEntityStatsWorker

protected BaseHibernateRuntimeStatsPanel.EntityStatsWorker createEntityStatsWorker()
Specified by:
createEntityStatsWorker in class BaseHibernateRuntimeStatsPanel

createCollectionStatsWorker

protected BaseHibernateRuntimeStatsPanel.CollectionStatsWorker createCollectionStatsWorker()
Specified by:
createCollectionStatsWorker in class BaseHibernateRuntimeStatsPanel

createQueryStatsWorker

protected BaseHibernateRuntimeStatsPanel.QueryStatsWorker createQueryStatsWorker()
Specified by:
createQueryStatsWorker in class BaseHibernateRuntimeStatsPanel

tearDown

public void tearDown()
Overrides:
tearDown in class BaseHibernateRuntimeStatsPanel


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