Class PerformanceMonitor

java.lang.Object
org.eclipse.persistence.tools.profiler.PerformanceMonitor
All Implemented Interfaces:
Serializable, Cloneable, SessionProfiler

public class PerformanceMonitor extends Object implements Serializable, Cloneable, SessionProfiler

Purpose: A tool used to provide performance monitoring information in a server environment.

Since:
EclipseLink 2.2
See Also:
  • Field Details

  • Constructor Details

    • PerformanceMonitor

      public PerformanceMonitor()
      PUBLIC: Create a new profiler. The profiler can be registered with a session to log performance information on queries.
  • Method Details