anon.infoservice
Class PerformanceEntry.StabilityAttributes
java.lang.Object
anon.infoservice.PerformanceEntry.StabilityAttributes
- Enclosing class:
- PerformanceEntry
public static class PerformanceEntry.StabilityAttributes
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_ELEMENT_NAME
public static final java.lang.String XML_ELEMENT_NAME
- See Also:
- Constant Field Values
PerformanceEntry.StabilityAttributes
public PerformanceEntry.StabilityAttributes(int a_iSize,
int a_iUnknown,
int a_iErrors,
int a_iResets)
getBoundErrors
public int getBoundErrors()
- Returns the amount of errors.
- Returns:
- The amounts of errors.
getBoundResets
public int getBoundResets()
- Only useful for PACKETS attribute. Tells how often the service has been reset/restarted.
- Returns:
- how often the service has been reset/restarted
getBoundUnknown
public int getBoundUnknown()
- The amount of attempts that should have been made but were not.
- Returns:
getValueSize
public int getValueSize()
- Returns the amount of values and errors.
- Returns:
- The amount of values and errors.
toXmlElement
public org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)