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

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

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

revision 623 by torben, Mon Mar 8 08:38:36 2010 UTC revision 624 by torben, Mon Mar 8 09:46:10 2010 UTC
# Line 30  public class JmxAccountingCircuitBreaker Line 30  public class JmxAccountingCircuitBreaker
30                  return cb.getLastTrip();                  return cb.getLastTrip();
31          }          }
32                    
33            public long getLastReset() {
34                    return cb.getLastReset();
35            }
36            
37          public long getLastResetCounters() {          public long getLastResetCounters() {
38                  return cb.getLastResetCounters();                  return cb.getLastResetCounters();
39          }          }

Legend:
Removed from v.623  
changed lines
  Added in v.624

  ViewVC Help
Powered by ViewVC 1.1.20