Uses of Class
org.terracotta.modules.ehcache.presentation.model.CacheModel

Packages that use CacheModel
org.terracotta.modules.ehcache.presentation   
org.terracotta.modules.ehcache.presentation.model   
 

Uses of CacheModel in org.terracotta.modules.ehcache.presentation
 

Fields in org.terracotta.modules.ehcache.presentation declared as CacheModel
protected  CacheModel BaseEhcacheRuntimeStatsPanel.selectedCacheModel
           
 

Methods in org.terracotta.modules.ehcache.presentation that return CacheModel
 CacheModel BaseEhcacheRuntimeStatsPanel.getSelectedCacheModel()
           
 CacheModel CacheDetailPanel.setCacheModel(CacheModel cacheModel)
           
 

Methods in org.terracotta.modules.ehcache.presentation with parameters of type CacheModel
 void EhcacheConfigPanel.cacheModelAdded(CacheModel cacheModel)
           
 void EhcacheOverviewPanel.cacheModelAdded(CacheModel cacheModel)
           
 void BaseEhcacheRuntimeStatsPanel.cacheModelAdded(CacheModel cacheModel)
           
 void EhcacheConfigPanel.cacheModelChanged(CacheModel cacheModel)
           
 void EhcacheOverviewPanel.cacheModelChanged(CacheModel cacheModel)
           
 void BaseEhcacheRuntimeStatsPanel.cacheModelChanged(CacheModel cacheModel)
           
 void EhcacheConfigPanel.cacheModelRemoved(CacheModel cacheModel)
           
 void EhcacheOverviewPanel.cacheModelRemoved(CacheModel cacheModel)
           
 void BaseEhcacheRuntimeStatsPanel.cacheModelRemoved(CacheModel cacheModel)
           
 CacheModel CacheDetailPanel.setCacheModel(CacheModel cacheModel)
           
protected  void ClientEhCacheRuntimeStatsPanel.setCoherent(CacheModel cacheModel, boolean coherent)
           
protected abstract  void BaseEhcacheRuntimeStatsPanel.setCoherent(CacheModel cacheModel, boolean coherent)
           
protected  void AggregateEhcacheRuntimeStatsPanel.setCoherent(CacheModel cacheModel, boolean coherent)
           
 void EhcacheConfigPanel.setSelectedCacheModel(CacheModel cacheModel)
           
 void BaseEhcacheRuntimeStatsPanel.setSelectedCacheModel(CacheModel cacheModel)
           
 void EhcacheRuntimeStatsPanel.setSelectedCacheModel(CacheModel cacheModel)
           
 

Uses of CacheModel in org.terracotta.modules.ehcache.presentation.model
 

Methods in org.terracotta.modules.ehcache.presentation.model that return CacheModel
 CacheModel CacheManagerModel.addCacheModel(CacheModel cacheModel)
           
 CacheModel CacheManagerModel.getCacheModel(String cacheName)
           
 CacheModel CacheManagerModel.removeCacheModel(String cacheName)
           
 

Methods in org.terracotta.modules.ehcache.presentation.model that return types with arguments of type CacheModel
 Iterator<CacheModel> CacheManagerModel.cacheModelIter()
           
 

Methods in org.terracotta.modules.ehcache.presentation.model with parameters of type CacheModel
 CacheModel CacheManagerModel.addCacheModel(CacheModel cacheModel)
           
 void CacheManagerModel.cacheChanged(CacheModel cacheModel)
           
 void CacheManagerModelListener.cacheModelAdded(CacheModel cacheModel)
           
 void CacheManagerModelListener.cacheModelChanged(CacheModel cacheModel)
           
 void CacheManagerModelListener.cacheModelRemoved(CacheModel cacheModel)
           
protected  void CacheManagerModel.fireCacheAdded(CacheModel cacheModel)
           
protected  void CacheManagerModel.fireCacheChanged(CacheModel cacheModel)
           
protected  void CacheManagerModel.fireCacheRemoved(CacheModel cacheModel)
           
 



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