コード例 #1
0
 public Counter getCounter(String groupName, String counterName) {
   return reporter.getCounter(groupName, counterName);
 }
コード例 #2
0
 public Counter getCounter(Enum<?> counterName) {
   return reporter.getCounter(counterName);
 }