|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.reservoir.monitoring.core.DefaultProbeValue
public class DefaultProbeValue
A default implementation of a ProbeValue.
Constructor Summary | |
---|---|
DefaultProbeValue(int field,
java.lang.Object value)
Construct a ProbeValue |
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 value for an attribute. |
java.lang.String |
toString()
To string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultProbeValue(int field, java.lang.Object value) throws TypeException
TypeException
Method Detail |
---|
public int getField()
getField
in interface ProbeValue
public java.lang.Object getValue()
getValue
in interface ProbeValue
public ProbeAttributeType getType()
getType
in interface ProbeValue
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |