org.terracotta.modules.ehcache.presentation
Class EhcacheOverviewPanel
java.lang.Object
XContainer
org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
org.terracotta.modules.ehcache.presentation.EhcacheOverviewPanel
- All Implemented Interfaces:
- EventListener, CacheManagerModelListener
public class EhcacheOverviewPanel
- extends BaseClusterModelPanel
- implements CacheManagerModelListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhcacheOverviewPanel
public EhcacheOverviewPanel()
setup
public void setup(ApplicationContext appContext,
CacheManagerModel cacheManagerModel)
- Overrides:
setup in class BaseClusterModelPanel
init
protected void init()
- Specified by:
init in class BaseClusterModelPanel
createMainPanel
protected XContainer createMainPanel()
- Specified by:
createMainPanel in class BaseClusterModelPanel
updateEnabledCachesCount
protected void updateEnabledCachesCount(int clusteredCacheCount,
int allCachesCount,
int enabledCacheCount)
getCacheManagerModel
protected CacheManagerModel getCacheManagerModel()
cacheModelAdded
public void cacheModelAdded(CacheModel cacheModel)
- Specified by:
cacheModelAdded in interface CacheManagerModelListener
cacheModelRemoved
public void cacheModelRemoved(CacheModel cacheModel)
- Specified by:
cacheModelRemoved in interface CacheManagerModelListener
cacheModelChanged
public void cacheModelChanged(CacheModel cacheModel)
- Specified by:
cacheModelChanged in interface CacheManagerModelListener
statisticsEnabled
public void statisticsEnabled()
- Specified by:
statisticsEnabled in interface CacheManagerModelListener
cachesEnabled
public void cachesEnabled()
- Specified by:
cachesEnabled in interface CacheManagerModelListener
tearDown
public void tearDown()
- Overrides:
tearDown in class BaseClusterModelPanel
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.