org.terracotta.modules.hibernatecache.presentation
Class OverviewPanel

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

public class OverviewPanel
extends XContainer


Constructor Summary
OverviewPanel()
           
 
Method Summary
protected  ApplicationContext getApplicationContext()
           
protected  IClusterModel getClusterModel()
           
 String getPersistenceUnit()
           
 void setup(ApplicationContext appContext, IClusterModel clusterModel, String persistenceUnit)
           
 void tearDown()
           
protected  void updateCachedRegionsCount(int clusteredRegionCount, int allRegionsCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OverviewPanel

public OverviewPanel()
Method Detail

setup

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

updateCachedRegionsCount

protected void updateCachedRegionsCount(int clusteredRegionCount,
                                        int allRegionsCount)

getPersistenceUnit

public String getPersistenceUnit()

getApplicationContext

protected ApplicationContext getApplicationContext()

getClusterModel

protected IClusterModel getClusterModel()

tearDown

public void tearDown()


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