Uses of Interface
org.jolokia.server.core.service.api.LogHandler
Packages that use LogHandler
Package
Description
-
Uses of LogHandler in org.jolokia.server.core.http
Methods in org.jolokia.server.core.http that return LogHandlerModifier and TypeMethodDescriptionprotected LogHandlerAgentServlet.createLogHandler(jakarta.servlet.ServletConfig pServletConfig, Configuration pConfig) Create a log handler using this servlet's logging facility for logging.Methods in org.jolokia.server.core.http with parameters of type LogHandlerModifier and TypeMethodDescriptionprotected RestrictorAgentServlet.createRestrictor(Configuration pConfig, LogHandler pLogHandler) Create a restrictor to use. -
Uses of LogHandler in org.jolokia.server.core.osgi
Methods in org.jolokia.server.core.osgi that return LogHandlerModifier and TypeMethodDescriptionprotected LogHandlerOsgiAgentServlet.createLogHandler(jakarta.servlet.ServletConfig pServletConfig, Configuration pConfiguration) Create a log handler which tracks aLogServiceand, if available, use the log service for logging, in the other time uses the servlet's default logging facility -
Uses of LogHandler in org.jolokia.server.core.restrictor
Methods in org.jolokia.server.core.restrictor with parameters of type LogHandlerModifier and TypeMethodDescriptionstatic RestrictorRestrictorFactory.createRestrictor(Configuration pConfig, LogHandler log) Create a restrictor to use. -
Uses of LogHandler in org.jolokia.server.core.service
Methods in org.jolokia.server.core.service with parameters of type LogHandlerModifier and TypeMethodDescriptionstatic JolokiaServiceManagerJolokiaServiceManagerFactory.createJolokiaServiceManager(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor) Create the implementation of a service managerstatic JolokiaServiceManagerJolokiaServiceManagerFactory.createJolokiaServiceManager(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor, ServerDetectorLookup pDetectorLookup) Create the implementation of a service manager with an additional hook for adding server detectors -
Uses of LogHandler in org.jolokia.server.core.service.api
Subinterfaces of LogHandler in org.jolokia.server.core.service.apiModifier and TypeInterfaceDescriptioninterfaceThe context providing access to all Jolokia internal services. -
Uses of LogHandler in org.jolokia.server.core.service.impl
Classes in org.jolokia.server.core.service.impl that implement LogHandlerModifier and TypeClassDescriptionclassCentral implementation of theJolokiaContextclassLoghandler based onjava.util.logging.classNo-Op LogHandlerclassLoghandler for printing to stdoutMethods in org.jolokia.server.core.service.impl that return LogHandlerModifier and TypeMethodDescriptionJolokiaServiceManagerImpl.getLogHandler()Get the loghandler used for loggingConstructors in org.jolokia.server.core.service.impl with parameters of type LogHandlerModifierConstructorDescriptionJolokiaServiceManagerImpl(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor, ServerDetectorLookup pDetectorLookup) Create the implementation of a service manager -
Uses of LogHandler in org.jolokia.server.core.util
Methods in org.jolokia.server.core.util that return LogHandlerModifier and TypeMethodDescriptionstatic LogHandlerClassUtil.newLogHandlerInstance(String pLogHandlerClass, String pLogHandlerName, boolean pIsDebug)