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

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

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

revision 459 by torben, Wed Oct 7 04:17:45 2009 UTC revision 460 by torben, Wed Oct 21 07:56:37 2009 UTC
# Line 26  public class JmxAccountingCircuitBreaker Line 26  public class JmxAccountingCircuitBreaker
26                  return cb.getTotalFailureCount();                  return cb.getTotalFailureCount();
27          }          }
28                    
29            public long getLastTrip() {
30                    return cb.getLastTrip();
31            }
32            
33          public long getLastResetCounters() {          public long getLastResetCounters() {
34                  return cb.getLastResetCounters();                  return cb.getLastResetCounters();
35          }          }

Legend:
Removed from v.459  
changed lines
  Added in v.460

  ViewVC Help
Powered by ViewVC 1.1.20