org.terracotta.modules.hibernatecache.presentation
Class AggregateVuMeterPanel

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

public class AggregateVuMeterPanel
extends XContainer


Field Summary
protected  org.terracotta.modules.hibernatecache.presentation.AggregateVuMeterPanel.CacheSamplesPanel cacheSamplesPanel
           
protected  JScrollPane cacheSamplesScrollPane
           
protected  org.terracotta.modules.hibernatecache.presentation.AggregateVuMeterPanel.ClusterListener clusterListener
           
protected  IClusterModel clusterModel
           
protected  String persistenceUnit
           
protected  ObjectName statsBeanObjectName
           
 
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, IClusterModel clusterModel, String persistenceUnit)
           
protected  void setupCacheSamplesPanel()
           
 void suspend()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clusterModel

protected IClusterModel clusterModel

clusterListener

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

persistenceUnit

protected String persistenceUnit

cacheSamplesPanel

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

cacheSamplesScrollPane

protected JScrollPane cacheSamplesScrollPane

statsBeanObjectName

protected ObjectName statsBeanObjectName
Constructor Detail

AggregateVuMeterPanel

protected AggregateVuMeterPanel(ApplicationContext appContext,
                                boolean globalMode)
Method Detail

setup

public void setup(ApplicationContext appContext,
                  IClusterModel clusterModel,
                  String persistenceUnit)

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)


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