Uses of Interface
org.opencms.db.timing.I_CmsProfilingHandler
-
Uses of I_CmsProfilingHandler in org.opencms.db.timing
Modifier 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.Modifier and TypeMethodDescriptionvoid
CmsDefaultProfilingHandler.addHandler
(I_CmsProfilingHandler handler) Adds a handler.void
CmsDefaultProfilingHandler.removeHandler
(I_CmsProfilingHandler handler) Removes a handler.ModifierConstructorDescriptionCmsProfilingInvocationHandler
(Object target, I_CmsProfilingHandler timingConsumer) Creates a new handler instance.