org.terracotta.modules.hibernatecache.presentation
Class AggregateHibernateRuntimeStatsPanel

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

public class AggregateHibernateRuntimeStatsPanel
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
 
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
AggregateHibernateRuntimeStatsPanel()
           
 
Method Summary
protected  BaseHibernateRuntimeStatsPanel.CollectionStatsWorker createCollectionStatsWorker()
           
protected  BaseHibernateRuntimeStatsPanel.EntityStatsWorker createEntityStatsWorker()
           
protected  BaseHibernateRuntimeStatsPanel.QueryStatsWorker createQueryStatsWorker()
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, String persistenceUnit)
           
 
Methods inherited from class org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
getClusterModel, handleNotification, hierarchyChanged, stateChanged, tearDown, updateEntityStats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateHibernateRuntimeStatsPanel

public AggregateHibernateRuntimeStatsPanel()
Method Detail

setup

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

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


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