Class MBeanDevelopmentServices

java.lang.Object
org.eclipse.persistence.services.DevelopmentServices
org.eclipse.persistence.services.mbean.MBeanDevelopmentServices
All Implemented Interfaces:
MBeanDevelopmentServicesMBean

public class MBeanDevelopmentServices extends DevelopmentServices implements MBeanDevelopmentServicesMBean

Purpose: Provide a dynamic interface into the EclipseLink Identity Map Manager.

Description: This class is meant to provide a framework for gaining access to configuration and statistics of the EclipseLink Cache during runtime. It will provide the basis for development of a JMX service and possibly other frameworks.

  • Constructor Details

    • MBeanDevelopmentServices

      public MBeanDevelopmentServices(Session session)