org.terracotta.modules.hibernatecache.presentation
Class HibernateStatsMBeanProvider

java.lang.Object
  extended by org.terracotta.modules.hibernatecache.presentation.HibernateStatsMBeanProvider
All Implemented Interfaces:
EventListener, NotificationListener

public class HibernateStatsMBeanProvider
extends Object
implements NotificationListener


Constructor Summary
HibernateStatsMBeanProvider(IClusterModel clusterModel, String persistenceUnit)
           
 
Method Summary
 void addNotificationListener(NotificationListener listener)
           
 net.sf.ehcache.hibernate.management.api.EhcacheHibernateMBean getBean()
           
 void handleNotification(Notification notif, Object data)
           
 void removeNotificationListener(NotificationListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateStatsMBeanProvider

public HibernateStatsMBeanProvider(IClusterModel clusterModel,
                                   String persistenceUnit)
Method Detail

getBean

public net.sf.ehcache.hibernate.management.api.EhcacheHibernateMBean getBean()

addNotificationListener

public void addNotificationListener(NotificationListener listener)

removeNotificationListener

public void removeNotificationListener(NotificationListener listener)

handleNotification

public void handleNotification(Notification notif,
                               Object data)
Specified by:
handleNotification in interface NotificationListener


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