Uses of Interface
org.opencms.db.timing.I_CmsProfilingHandler
Packages that use I_CmsProfilingHandler
-
Uses of I_CmsProfilingHandler in org.opencms.db.timing
Classes in org.opencms.db.timing that implement I_CmsProfilingHandlerModifier and TypeClassDescriptionclass
Default profiling handler which only has a single instance and delegates method calls to its registered child handlers.class
Builds up a tree whose nodes correspond to stack trace lines of the threads calling this profiling handler.Methods in org.opencms.db.timing with parameters of type I_CmsProfilingHandlerModifier and TypeMethodDescriptionvoid
CmsDefaultProfilingHandler.addHandler
(I_CmsProfilingHandler handler) Adds a handler.void
CmsDefaultProfilingHandler.removeHandler
(I_CmsProfilingHandler handler) Removes a handler.Constructors in org.opencms.db.timing with parameters of type I_CmsProfilingHandlerModifierConstructorDescriptionCmsProfilingInvocationHandler
(Object target, I_CmsProfilingHandler timingConsumer) Creates a new handler instance.