org.terracotta.modules.hibernatecache.presentation
Class AggregateHibernateRuntimeStatsPanel
java.lang.Object
XContainer
org.terracotta.modules.hibernatecache.presentation.BaseHibernateRuntimeStatsPanel
org.terracotta.modules.hibernatecache.presentation.AggregateHibernateRuntimeStatsPanel
- All Implemented Interfaces:
- HierarchyListener, EventListener, NotificationListener, ChangeListener
public class AggregateHibernateRuntimeStatsPanel
- extends BaseHibernateRuntimeStatsPanel
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateHibernateRuntimeStatsPanel
public AggregateHibernateRuntimeStatsPanel()
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.