public interface EhcacheHibernateMBeanRegistration
Modifier and Type | Method and Description |
---|---|
void |
enableHibernateStatisticsSupport(org.hibernate.SessionFactory sessionFactory)
Enable hibernate statistics in the mbean.
|
void |
registerMBeanForCacheManager(CacheManager manager,
Properties properties)
Registers MBean for the input manager and session factory properties.
|
void registerMBeanForCacheManager(CacheManager manager, Properties properties) throws Exception
MBeans will be registered based on the input session factory name. If the input name is null or blank, the name of the cache-manager is used
manager
- properties
- Exception
void enableHibernateStatisticsSupport(org.hibernate.SessionFactory sessionFactory)
sessionFactory
- Copyright 2001-2020, Terracotta, Inc.