org.terracotta.modules.hibernatecache.presentation
Class H2LCRuntimeStatsPanel

java.lang.Object
  extended by XContainer
      extended by org.terracotta.modules.hibernatecache.presentation.H2LCRuntimeStatsPanel
All Implemented Interfaces:
ActionListener, PropertyChangeListener, EventListener

public class H2LCRuntimeStatsPanel
extends XContainer
implements ActionListener, PropertyChangeListener


Constructor Summary
H2LCRuntimeStatsPanel()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void clientConnected(IClient client)
           
 void clientDisconnected(IClient client)
           
 IClusterModel getClusterModel()
           
 String getPersistenceUnit()
           
 void propertyChange(PropertyChangeEvent evt)
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, String persistenceUnit)
           
 void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

H2LCRuntimeStatsPanel

public H2LCRuntimeStatsPanel()
Method Detail

setup

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

actionPerformed

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

clientConnected

public void clientConnected(IClient client)

clientDisconnected

public void clientDisconnected(IClient client)

propertyChange

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

getClusterModel

public IClusterModel getClusterModel()

getPersistenceUnit

public String getPersistenceUnit()

tearDown

public void tearDown()


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