Uses of Interface
org.jolokia.server.core.config.Configuration
Packages that use Configuration
Package
Description
-
Uses of Configuration in org.jolokia.server.core.config
Classes in org.jolokia.server.core.config that implement ConfigurationModifier and TypeClassDescriptionclassClass encapsulating all Agent configuration, global config and processing parametersMethods in org.jolokia.server.core.config with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidStaticConfiguration.update(Configuration pConfig) Update from another configuration object whose values take precedence -
Uses of Configuration in org.jolokia.server.core.http
Methods in org.jolokia.server.core.http that return ConfigurationModifier and TypeMethodDescriptionprotected ConfigurationAgentServlet.createConfig(jakarta.servlet.ServletConfig pServletConfig) Examines servlet config and servlet context for configuration parameters.Methods in org.jolokia.server.core.http with parameters of type ConfigurationModifier and TypeMethodDescriptionprotected LogHandlerAgentServlet.createLogHandler(jakarta.servlet.ServletConfig pServletConfig, Configuration pConfig) Create a log handler using this servlet's logging facility for logging.protected RestrictorAgentServlet.createRestrictor(Configuration pConfig, LogHandler pLogHandler) Create a restrictor to use. -
Uses of Configuration in org.jolokia.server.core.osgi
Methods in org.jolokia.server.core.osgi with parameters of type ConfigurationModifier 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 Configuration in org.jolokia.server.core.restrictor
Methods in org.jolokia.server.core.restrictor with parameters of type ConfigurationModifier and TypeMethodDescriptionstatic RestrictorRestrictorFactory.createRestrictor(Configuration pConfig, LogHandler log) Create a restrictor to use. -
Uses of Configuration in org.jolokia.server.core.service
Methods in org.jolokia.server.core.service with parameters of type ConfigurationModifier 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 Configuration in org.jolokia.server.core.service.api
Constructors in org.jolokia.server.core.service.api with parameters of type Configuration -
Uses of Configuration in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl that return ConfigurationModifier and TypeMethodDescriptionJolokiaServiceManagerImpl.getConfiguration()Get the overall configurationConstructors in org.jolokia.server.core.service.impl with parameters of type ConfigurationModifierConstructorDescriptionJolokiaServiceManagerImpl(Configuration pConfig, LogHandler pLogHandler, Restrictor pRestrictor, ServerDetectorLookup pDetectorLookup) Create the implementation of a service manager