Uses of Interface
org.eclipse.persistence.sessions.SessionProfiler
-
Packages that use SessionProfiler Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions org.eclipse.persistence.sessions.broker org.eclipse.persistence.tools.profiler -
-
Uses of SessionProfiler in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as SessionProfiler Modifier and Type Field Description protected SessionProfilerAbstractSession. profilerTool that log performance information.Methods in org.eclipse.persistence.internal.sessions that return SessionProfiler Modifier and Type Method Description SessionProfilerAbstractSession. getProfiler()PUBLIC: Return the profiler.Methods in org.eclipse.persistence.internal.sessions with parameters of type SessionProfiler Modifier and Type Method Description voidAbstractSession. 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 SessionProfiler Modifier and Type Class Description classSessionProfilerAdapterAdapter class for SessionProfiler interface.Methods in org.eclipse.persistence.sessions that return SessionProfiler Modifier and Type Method Description SessionProfilerSession. getProfiler()PUBLIC: Return the profiler.Methods in org.eclipse.persistence.sessions with parameters of type SessionProfiler Modifier and Type Method Description voidSession. 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 SessionProfiler Modifier and Type Method Description voidSessionBroker. 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 SessionProfiler Modifier and Type Class Description classPerformanceMonitorPurpose: A tool used to provide performance monitoring information in a server environment.classPerformanceProfilerPurpose: A tool used to provide high level performance profiling information.
-