public interface ICountable
Modifier and Type | Method and Description |
---|---|
void |
addCounter(ICounter counter) |
ICounter |
getCounter(String counter) |
Iterator |
getCounters() |
void |
resetCounters()
Call reset on all counters in this group
|
© Copyright IBM Corp. 2013. All rights reserved.