org.terracotta.modules.hibernatecache.presentation
Class HibernateRuntimeStatsPanel

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

public class HibernateRuntimeStatsPanel
extends XContainer
implements ActionListener, PropertyChangeListener


Constructor Summary
HibernateRuntimeStatsPanel()
           
 
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

HibernateRuntimeStatsPanel

public HibernateRuntimeStatsPanel()
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.