anon.infoservice
Class PerformanceEntry.StabilityAttributes

java.lang.Object
  extended by anon.infoservice.PerformanceEntry.StabilityAttributes
Enclosing class:
PerformanceEntry

public static class PerformanceEntry.StabilityAttributes
extends java.lang.Object


Field Summary
static java.lang.String XML_ELEMENT_NAME
           
 
Constructor Summary
PerformanceEntry.StabilityAttributes(int a_iSize, int a_iUnknown, int a_iErrors, int a_iResets)
           
 
Method Summary
 int getBoundErrors()
          Returns the amount of errors.
 int getBoundResets()
          Only useful for PACKETS attribute.
 int getBoundUnknown()
          The amount of attempts that should have been made but were not.
 int getValueSize()
          Returns the amount of values and errors.
 org.w3c.dom.Element toXmlElement(org.w3c.dom.Document a_doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_ELEMENT_NAME

public static final java.lang.String XML_ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

PerformanceEntry.StabilityAttributes

public PerformanceEntry.StabilityAttributes(int a_iSize,
                                            int a_iUnknown,
                                            int a_iErrors,
                                            int a_iResets)
Method Detail

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)