org.terracotta.modules.ehcache.presentation
Class AggregateVuMeterPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.ehcache.presentation.AggregateVuMeterPanel

public class AggregateVuMeterPanel
extends XContainer


Field Summary
protected  CacheManagerModel cacheManagerModel
           
protected  org.terracotta.modules.ehcache.presentation.AggregateVuMeterPanel.CacheSamplesPanel cacheSamplesPanel
           
protected  JScrollPane cacheSamplesScrollPane
           
protected  org.terracotta.modules.ehcache.presentation.AggregateVuMeterPanel.ClusterListener clusterListener
           
protected  ObjectName tmplName
           
 
Constructor Summary
protected AggregateVuMeterPanel(ApplicationContext appContext, boolean globalMode)
           
 
Method Summary
protected  void addPolledAttributeListener()
           
 void attributesPolled(PolledAttributesResult result)
           
protected  void init()
           
protected  void removePolledAttributeListener()
           
protected  void setup()
           
 void setup(ApplicationContext appContext, CacheManagerModel cacheManagerModel)
           
protected  void setupCacheSamplesPanel()
           
 void suspend()
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cacheManagerModel

protected CacheManagerModel cacheManagerModel

tmplName

protected ObjectName tmplName

clusterListener

protected org.terracotta.modules.ehcache.presentation.AggregateVuMeterPanel.ClusterListener clusterListener

cacheSamplesPanel

protected org.terracotta.modules.ehcache.presentation.AggregateVuMeterPanel.CacheSamplesPanel cacheSamplesPanel

cacheSamplesScrollPane

protected JScrollPane cacheSamplesScrollPane
Constructor Detail

AggregateVuMeterPanel

protected AggregateVuMeterPanel(ApplicationContext appContext,
                                boolean globalMode)
Method Detail

setup

public void setup(ApplicationContext appContext,
                  CacheManagerModel cacheManagerModel)

init

protected void init()

suspend

public void suspend()

addPolledAttributeListener

protected void addPolledAttributeListener()

removePolledAttributeListener

protected void removePolledAttributeListener()

setup

protected void setup()

setupCacheSamplesPanel

protected void setupCacheSamplesPanel()

attributesPolled

public void attributesPolled(PolledAttributesResult result)

tearDown

public void tearDown()


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