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() |
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 © 2014. All Rights Reserved.