public class PerformanceCountersXmlElement
extends java.lang.Object
| Constructor and Description |
|---|
PerformanceCountersXmlElement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<JmxXmlElement> |
getJmxXmlElements() |
java.util.ArrayList<WindowsPerformanceCounterXmlElement> |
getWindowsPCs() |
boolean |
isUseBuiltIn() |
void |
setJmxXmlElements(java.util.ArrayList<JmxXmlElement> jmxXmlElements) |
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)