站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

org.hibernate.jmx (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Package org.hibernate.jmx

This package exposes a Hibernate instance via JMX.

See:
          Description

Interface Summary
HibernateServiceMBean Hibernate JMX Management API
StatisticsServiceMBean MBean exposing Session Factory statistics
 

Class Summary
HibernateService Implementation of HibernateServiceMBean.
SessionFactoryStub A flyweight for SessionFactory.
StatisticsService JMX service for Hibernate statistics

Register this MBean in your JMX server for a specific session factory
 

Package org.hibernate.jmx Description

This package exposes a Hibernate instance via JMX.

HibernateService allows configuration and management of the Hibernate runtime. StatisticsService reports information that might be useful for performance tuning.