|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatsReader
Interface for access to statistics stored in processing context.
Method Summary | |
---|---|
Double |
getDouble(String statName)
Returns value of the context parameter with the supplied name as a Double. |
Double |
getDouble(String group,
String stat)
Returns value of the statistic specified by group and name as a Double. |
Long |
getLong(String statName)
Returns value of the context parameter with the supplied name as a Long. |
Long |
getLong(String group,
String stat)
Returns value of the statistic specified by group and name as a Long. |
Method Detail |
---|
Double getDouble(String statName)
statName
- Full name of the context parameterDouble getDouble(String group, String stat)
group
- Group namestat
- Stat nameLong getLong(String statName)
statName
- Full name of the context parameterLong getLong(String group, String stat)
group
- Group namestat
- Stat name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |