public class PerformanceCountersXmlElement
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformanceCountersXmlElement.JmxWrapperXmlElement |
static class |
PerformanceCountersXmlElement.WindowsPCWrapperXmlElement |
| Constructor and Description |
|---|
PerformanceCountersXmlElement() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCollectionFrequencyInSec() |
java.util.ArrayList<JmxXmlElement> |
getJmxXmlElements() |
PerformanceCounterJvmSectionXmlElement |
getJvmSection() |
java.lang.String |
getPlugin() |
java.util.ArrayList<WindowsPerformanceCounterXmlElement> |
getWindowsPCs() |
boolean |
isUseBuiltIn() |
void |
setCollectionFrequencyInSec(long collectionFrequencyInSec) |
void |
setJmxXmlElements(java.util.ArrayList<JmxXmlElement> jmxXmlElements) |
void |
setJvmSection(PerformanceCounterJvmSectionXmlElement jvmSection) |
void |
setPlugin(java.lang.String plugin) |
void |
setUseBuiltIn(boolean useBuiltIn) |
void |
setWindowsPCs(java.util.ArrayList<WindowsPerformanceCounterXmlElement> windowsPCs) |
public java.util.ArrayList<JmxXmlElement> getJmxXmlElements()
public void setJmxXmlElements(java.util.ArrayList<JmxXmlElement> jmxXmlElements)
public boolean isUseBuiltIn()
public void setUseBuiltIn(boolean useBuiltIn)
public java.util.ArrayList<WindowsPerformanceCounterXmlElement> getWindowsPCs()
public void setWindowsPCs(java.util.ArrayList<WindowsPerformanceCounterXmlElement> windowsPCs)
public long getCollectionFrequencyInSec()
public void setCollectionFrequencyInSec(long collectionFrequencyInSec)
public PerformanceCounterJvmSectionXmlElement getJvmSection()
public void setJvmSection(PerformanceCounterJvmSectionXmlElement jvmSection)
public java.lang.String getPlugin()
public void setPlugin(java.lang.String plugin)