public class ApmConfiguration extends Object implements ApmConfigurationMBean
| Modifier and Type | Class and Description |
|---|---|
static class |
ApmConfiguration.STRATEGY |
public String getWhiteList()
getWhiteList in interface ApmConfigurationMBeanpublic void setWhiteList(String whiteList)
setWhiteList in interface ApmConfigurationMBeanpublic String getBlackList()
getBlackList in interface ApmConfigurationMBeanpublic void setBlackList(String blackList)
setBlackList in interface ApmConfigurationMBeanpublic void addToBlackList(String s)
addToBlackList in interface ApmConfigurationMBeanpublic void addToWhiteList(String s)
addToWhiteList in interface ApmConfigurationMBeanpublic boolean isTrace()
isTrace in interface ApmConfigurationMBeanpublic void setTrace(boolean trace)
setTrace in interface ApmConfigurationMBeanpublic boolean isDebug()
isDebug in interface ApmConfigurationMBeanpublic void setDebug(boolean debug)
setDebug in interface ApmConfigurationMBeanpublic boolean isAsyncTransformation()
isAsyncTransformation in interface ApmConfigurationMBeanpublic void setAsyncTransformation(boolean asyncTransformation)
setAsyncTransformation in interface ApmConfigurationMBeanpublic boolean isStartJolokiaAgent()
public void setStartJolokiaAgent(boolean startJolokiaAgent)
public boolean isAutoStartMetrics()
public void setAutoStartMetrics(boolean autoStartMetrics)
public boolean isUsePlatformMBeanServer()
public void setUsePlatformMBeanServer(boolean usePlatformMBeanServer)
public boolean isVerifyClasses()
public void setVerifyClasses(boolean verifyClasses)
public int getThreadMetricDepth()
getThreadMetricDepth in interface ApmConfigurationMBeanpublic void setThreadMetricDepth(int threadMetricDepth)
setThreadMetricDepth in interface ApmConfigurationMBeanpublic int getMethodMetricDepth()
getMethodMetricDepth in interface ApmConfigurationMBeanpublic void setMethodMetricDepth(int methodMetricDepth)
setMethodMetricDepth in interface ApmConfigurationMBeanpublic boolean isStrategyChanged()
public boolean isThreadMetricDepthChanged()
public boolean isMethodMetricDepthChanged()
public boolean isFilterChanged()
public int getSamplingInterval()
public void setSamplingInterval(int samplingInterval)
public String getStrategy()
getStrategy in interface ApmConfigurationMBeanpublic void setStrategy(String name)
setStrategy in interface ApmConfigurationMBeanpublic ApmConfiguration.STRATEGY getStrategyImpl()
public void initalizeFromProperties(Properties properties)
public boolean isAudit(String className)
public boolean isBlackListed(String className)
public boolean isWhiteListed(String className)
public void addChangeListener(ApmConfigurationChangeListener changeListener)
public void removeChangeListener(ApmConfigurationChangeListener changeListener)
Copyright © 2011–2015 Red Hat. All rights reserved.