org.terracotta.modules.ehcache.presentation
Class EhcacheRuntimeStatsPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
          extended by org.terracotta.modules.ehcache.presentation.EhcacheRuntimeStatsPanel
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

public class EhcacheRuntimeStatsPanel
extends BaseClusterModelPanel
implements ActionListener, PropertyChangeListener


Field Summary
 
Fields inherited from class org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
appContext, bundle, clusterListener, clusterModel, mainPanel, messageLabel, messagePanel
 
Constructor Summary
EhcacheRuntimeStatsPanel()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void clientConnected(IClient client)
           
 void clientDisconnected(IClient client)
           
protected  XContainer createMainPanel()
           
protected  CacheManagerModel getCacheManagerModel()
           
protected  void init()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setSelectedCacheModel(CacheModel cacheModel)
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
 void tearDown()
           
 
Methods inherited from class org.terracotta.modules.ehcache.presentation.BaseClusterModelPanel
getActiveCoordinator, getApplicationContext, getClusterModel, resume, setStatus, suspend
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhcacheRuntimeStatsPanel

public EhcacheRuntimeStatsPanel()
Method Detail

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel)
Overrides:
setup in class BaseClusterModelPanel

createMainPanel

protected XContainer createMainPanel()
Specified by:
createMainPanel in class BaseClusterModelPanel

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

clientConnected

public void clientConnected(IClient client)
Overrides:
clientConnected in class BaseClusterModelPanel

clientDisconnected

public void clientDisconnected(IClient client)
Overrides:
clientDisconnected in class BaseClusterModelPanel

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

setSelectedCacheModel

public void setSelectedCacheModel(CacheModel cacheModel)

init

protected void init()
Specified by:
init in class BaseClusterModelPanel

getCacheManagerModel

protected CacheManagerModel getCacheManagerModel()

tearDown

public void tearDown()
Overrides:
tearDown in class BaseClusterModelPanel


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