Uses of Interface
org.eclipse.persistence.sessions.SessionProfiler
Packages that use SessionProfiler
Package
Description
-
Uses of SessionProfiler in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionProfilerModifier and TypeFieldDescriptionprotected SessionProfilerAbstractSession.profilerTool that log performance information.Methods in org.eclipse.persistence.internal.sessions that return SessionProfilerMethods in org.eclipse.persistence.internal.sessions with parameters of type SessionProfilerModifier and TypeMethodDescriptionvoidAbstractSession.setProfiler(SessionProfiler profiler) PUBLIC: Set the profiler for the session. -
Uses of SessionProfiler in org.eclipse.persistence.sessions
Classes in org.eclipse.persistence.sessions that implement SessionProfilerModifier and TypeClassDescriptionclassAdapter class for SessionProfiler interface.Methods in org.eclipse.persistence.sessions that return SessionProfilerMethods in org.eclipse.persistence.sessions with parameters of type SessionProfilerModifier and TypeMethodDescriptionvoidSession.setProfiler(SessionProfiler profiler) PUBLIC: Set the profiler for the session. -
Uses of SessionProfiler in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker with parameters of type SessionProfilerModifier and TypeMethodDescriptionvoidSessionBroker.setProfiler(SessionProfiler profiler) PUBLIC: Set the profiler for the session. -
Uses of SessionProfiler in org.eclipse.persistence.tools.profiler
Classes in org.eclipse.persistence.tools.profiler that implement SessionProfilerModifier and TypeClassDescriptionclassPurpose: A tool used to provide performance monitoring information in a server environment.classPurpose: A tool used to provide high level performance profiling information. -
Uses of SessionProfiler in org.eclipse.persistence.tools.profiler.oracle
Classes in org.eclipse.persistence.tools.profiler.oracle that implement SessionProfilerModifier and TypeClassDescriptionclassPurpose: Define the interface of EclipseLink profiler for using DMS gate.