public class SpringJolokiaConfigHolder extends Object implements org.springframework.core.Ordered
JolokiaServerConfig for
the server to start.
Multiple config objects can be present in a context, their precedence in decided
upon the order: The higher the order, the more important the configuration is (overriding
lower ordered configs). A server will pick them up, if its lookupConfigs property
is set to true (by default it is "false").
You should use <jolokia:config> for defining configuration, either as standalone configuration (if using the "plugin") or as an embedded element to <jolokia:server>
| Constructor and Description |
|---|
SpringJolokiaConfigHolder() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfig()
Get tge configuration as a free-form map
|
int |
getOrder() |
void |
setConfig(Map<String,String> pConfig)
Set the configuration values
|
void |
setOrder(int pOrder)
Set the order or priority of this configuration.
|
public Map<String,String> getConfig()
public void setConfig(Map<String,String> pConfig)
pConfig - configuration to setpublic void setOrder(int pOrder)
pOrder - order to setpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2022. All rights reserved.