TPTP 4.0.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.perfmon
Class StatisticalConstants

java.lang.Object
  extended byorg.eclipse.hyades.perfmon.StatisticalConstants

public class StatisticalConstants
extends java.lang.Object

The Statistical Constants used by the Statistical Views and Agents


Field Summary
static java.lang.String STATISTICAL_AGENT_TYPE
          The Statistical Agent Type is the agent type used by all agents capable of returning statistical data.
 
Constructor Summary
StatisticalConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATISTICAL_AGENT_TYPE

public static final java.lang.String STATISTICAL_AGENT_TYPE
The Statistical Agent Type is the agent type used by all agents capable of returning statistical data. The log view extensions allow this type to be registered with the log views as well.

See Also:
Constant Field Values
Constructor Detail

StatisticalConstants

public StatisticalConstants()

TPTP 4.0.0 Monitoring Tools Project
Public API Specification