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