eu.reservoir.monitoring.core
Interface ProbeValue

All Known Implementing Classes:
DefaultProbeValue, ProbeValueWithName

public interface ProbeValue

An interface for values that are in a Probe's Measurement.


Method Summary
 int getField()
          Get the field no for an attribute.
 ProbeAttributeType getType()
          Get the type for a ProbeValue.
 java.lang.Object getValue()
          Get the actual value.
 

Method Detail

getField

int getField()
Get the field no for an attribute.


getValue

java.lang.Object getValue()
Get the actual value.


getType

ProbeAttributeType getType()
Get the type for a ProbeValue. e.g. Integer



RESERVOIR Monitoring 0.6.4