Uses of Enum Class
org.jolokia.server.core.config.ConfigKey
Packages that use ConfigKey
Package
Description
-
Uses of ConfigKey in org.jolokia.server.core.config
Methods in org.jolokia.server.core.config that return ConfigKeyModifier and TypeMethodDescriptionstatic ConfigKeyConfigKey.getGlobalConfigKey(String pKeyS) Get the configuration key for a global configurationstatic ConfigKeyConfigKey.getRequestConfigKey(String pKeyS) Get the configuration key for a request configurationstatic ConfigKeyReturns the enum constant of this class with the specified name.static ConfigKey[]ConfigKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jolokia.server.core.config that return types with arguments of type ConfigKeyModifier and TypeMethodDescriptionConfiguration.getConfigKeys()Get all keys stored in this configurationStaticConfiguration.getConfigKeys()Get all keys stored in this configurationMethods in org.jolokia.server.core.config with parameters of type ConfigKeyModifier and TypeMethodDescriptionbooleanConfiguration.containsKey(ConfigKey pKey) Check whether the given configuration holds a value for the given keybooleanStaticConfiguration.containsKey(ConfigKey pKey) Check whether the given configuration holds a value for the given keyGet a configuration value if set as configuration or the default value if notGet a configuration value if set as configuration or the default value if notGet a configuration value if set as configuration or the default value if notGet a configuration value if set as configuration or the default value if not -
Uses of ConfigKey in org.jolokia.server.core.request
Methods in org.jolokia.server.core.request with parameters of type ConfigKeyModifier and TypeMethodDescriptionGet a processing parameterJolokiaRequest.getParameter(ConfigKey pConfigKey) Get a processing configuration or null if not setJolokiaRequest.getParameterAsBool(ConfigKey pConfigKey) Get a processing configuration as a boolean valueintJolokiaRequest.getParameterAsInt(ConfigKey pConfigKey) Get a processing configuration as integer or null if not setConstructor parameters in org.jolokia.server.core.request with type arguments of type ConfigKeyModifierConstructorDescriptionProcessingParameters(Map<ConfigKey, String> pConfig) Constructor which is already filtered and splitted -
Uses of ConfigKey in org.jolokia.server.core.service.api
Methods in org.jolokia.server.core.service.api that return types with arguments of type ConfigKeyModifier and TypeMethodDescriptionJolokiaContext.getConfigKeys()Get all keys stored in this configurationMethods in org.jolokia.server.core.service.api with parameters of type ConfigKeyModifier and TypeMethodDescriptionGet a configuration value if set as configuration or the default value if notGet a configuration value if set as configuration or the default value if not -
Uses of ConfigKey in org.jolokia.server.core.service.impl
Methods in org.jolokia.server.core.service.impl that return types with arguments of type ConfigKeyModifier and TypeMethodDescriptionJolokiaContextImpl.getConfigKeys()Get all keys stored in this configurationMethods in org.jolokia.server.core.service.impl with parameters of type ConfigKeyModifier and TypeMethodDescriptionGet a configuration value if set as configuration or the default value if notGet a configuration value if set as configuration or the default value if not