Package | Description |
---|---|
org.jolokia.config | |
org.jolokia.request |
Modifier and Type | Method and Description |
---|---|
static ConfigKey |
ConfigKey.getGlobalConfigKey(String pKeyS)
Get the configuration key for a global configuration
|
static ConfigKey |
ConfigKey.getRequestConfigKey(String pKeyS)
Get the configuration key for a request configuration
|
static ConfigKey |
ConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigKey[] |
ConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Configuration.containsKey(ConfigKey pKey)
Check whether a key is explicitely provided
|
String |
ProcessingParameters.get(ConfigKey pKey)
Get a processing parameter
|
String |
Configuration.get(ConfigKey pKey)
Get a configuration value if set as configuration or the default
value if not
|
boolean |
Configuration.getAsBoolean(ConfigKey pKey)
Get an configuration value as boolean value.
|
int |
Configuration.getAsInt(ConfigKey pKey)
Get an configuration value as int value
|
Modifier and Type | Method and Description |
---|---|
String |
JmxRequest.getParameter(ConfigKey pConfigKey)
Get a processing configuration or null if not set
|
Boolean |
JmxRequest.getParameterAsBool(ConfigKey pConfigKey)
Get a processing configuration as a boolean value
|
int |
JmxRequest.getParameterAsInt(ConfigKey pConfigKey)
Get a processing configuration as integer or null
if not set
|
Copyright © 2017. All rights reserved.