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.



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.