eu.reservoir.monitoring.core
Interface ProbeAttribute

All Known Implementing Classes:
AbstractProbeAttribute, DefaultProbeAttribute, ListProbeAttribute, TableProbeAttribute

public interface ProbeAttribute

An interface for Attributes that are in a Probe's Data Dictionary.


Method Summary
 int getField()
          Get the field no for an attribute.
 java.lang.String getName()
          Get the name for an attribute.
 ProbeAttributeType getType()
          Get the type for an attribute.
 java.lang.String getUnits()
          Get the units for an attribute.
 

Method Detail

getField

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


getName

java.lang.String getName()
Get the name for an attribute. e.g. used-memory


getType

ProbeAttributeType getType()
Get the type for an attribute. e.g. Integer


getUnits

java.lang.String getUnits()
Get the units for an attribute. e.g. Mb, Gb, Kbps



RESERVOIR Monitoring 0.6.4