Uses of Interface
org.tquadrat.foundation.perflog.PerfLogManager
Packages that use PerfLogManager
Package
Description
The classes that defines the API for the Foundation Performance Logging and
Monitoring library.
The internal classes that for the Foundation Performance Logging and
Monitoring library.
-
Uses of PerfLogManager in org.tquadrat.foundation.perflog
Fields in org.tquadrat.foundation.perflog declared as PerfLogManagerModifier and TypeFieldDescriptionprivate PerfLogManagerPerfLogUtils.PerformanceTrackerHolder.m_ManagerThe reference to a volatile instance ofPerfLogManager.Methods in org.tquadrat.foundation.perflog that return PerfLogManagerModifier and TypeMethodDescriptionstatic final PerfLogManagerPerfLogUtils.createPerfLogManager()Creates an instance ofPerfLogManagerthat handles the connection with the underlyingPerfLogMBean.static final PerfLogManagerPerfLogUtils.createPerfLogManager(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Creates an instance ofPerfLogManagerthat handles the connection with the underlyingPerfLogMBean.static final PerfLogManagerPerfLogUtils.createPerfLogManager(MBeanServer mbeanServer) Creates an instance ofPerfLogManagerthat handles the connection with the underlyingPerfLogMBean.static final PerfLogManagerPerfLogUtils.createPerfLogManager(MBeanServer mbeanServer, Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Creates an instance ofPerfLogManagerthat handles the connection with the underlyingPerfLogMBean.Methods in org.tquadrat.foundation.perflog with parameters of type PerfLogManagerModifier and TypeMethodDescriptionstatic final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.hold(PerfLogManager manager, PerformanceSectionName name) static final PerfLogUtils.PerformanceTrackerHolderPerfLogUtils.holdAndStart(PerfLogManager manager, PerformanceSectionName name) Creates aPerformanceTrackerfor thePerformanceSectionwith the given name and immediately starts it.Constructors in org.tquadrat.foundation.perflog with parameters of type PerfLogManagerModifierConstructorDescriptionprivatePerformanceTrackerHolder(PerfLogManager manager, PerformanceSectionName name) Creates a new instance ofPerformanceTrackerHolderthat holds an instance ofPerformanceTracker, created by callingPerfLogManager.createPerformanceTracker(PerformanceSectionName)on the givenPerfLogManagerinstance with the givenPerformanceSectionName. -
Uses of PerfLogManager in org.tquadrat.foundation.perflog.internal
Classes in org.tquadrat.foundation.perflog.internal that implement PerfLogManagerModifier and TypeClassDescriptionfinal classThe implementation for the interfacePerfLogManager.Constructors in org.tquadrat.foundation.perflog.internal with parameters of type PerfLogManagerModifierConstructorDescriptionPerformanceTrackerImpl(PerfLogManager perfLogManager, PerformanceSection performanceSection) Creates a new instance ofPerformanceTrackerImpl.
