eu.reservoir.monitoring.core.table
Interface TableAttribute

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultTableAttribute

public interface TableAttribute
extends java.io.Serializable

An interface for a TableAttribute. These define the types for each column.


Method Summary
 int getColumn()
          Get the column no for a TableAttribute.
 java.lang.String getName()
          Get the name for a TableAttribute.
 ProbeAttributeType getType()
          Get the type for a TableAttribute.
 

Method Detail

getColumn

int getColumn()
Get the column no for a TableAttribute.


getName

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


getType

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



RESERVOIR Monitoring 0.6.4