/[projects]/CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxCircuitBreaker.java
ViewVC logotype

Diff of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxCircuitBreaker.java

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

revision 408 by torben, Wed Oct 7 04:14:14 2009 UTC revision 409 by torben, Wed Oct 7 07:07:00 2009 UTC
# Line 29  public class JmxCircuitBreaker implement Line 29  public class JmxCircuitBreaker implement
29      public long getElapsed() {      public long getElapsed() {
30          return cb.getElapsed();          return cb.getElapsed();
31      }      }
32        
33        public String getNotifierName() {
34            return cb.getNotifierName();
35        }
36    
37          public void reset() {          public void reset() {
38                  cb.reset();                  cb.reset();

Legend:
Removed from v.408  
changed lines
  Added in v.409

  ViewVC Help
Powered by ViewVC 1.1.20