/[projects]/miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/jmx/JmxCircuitBreaker.java
ViewVC logotype

Diff of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/jmx/JmxCircuitBreaker.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2569 by torben, Fri Mar 20 08:58:46 2015 UTC revision 2570 by torben, Tue Jun 9 09:05:26 2015 UTC
# Line 37  public class JmxCircuitBreaker implement Line 37  public class JmxCircuitBreaker implement
37      public String getNotifierName() {      public String getNotifierName() {
38          return cb.getNotifierName();          return cb.getNotifierName();
39      }      }
40        
41        public String getStatisticsName() {
42            return cb.getStatistics().getClass().getSimpleName();
43        }
44        
45    
46          public void reset() {          public void reset() {
47                  cb.reset();                  cb.reset();

Legend:
Removed from v.2569  
changed lines
  Added in v.2570

  ViewVC Help
Powered by ViewVC 1.1.20