/[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 933 by torben, Mon Mar 8 09:46:10 2010 UTC revision 934 by torben, Mon Jun 28 08:32:45 2010 UTC
# Line 18  public class JmxAccountingCircuitBreaker Line 18  public class JmxAccountingCircuitBreaker
18                  return cb.getTripCount();                  return cb.getTripCount();
19          }          }
20                    
21            public int getRetripCount() {
22                    return cb.getRetripCount();
23            }
24            
25          public int getBlockCount() {          public int getBlockCount() {
26                  return cb.getBlockCount();                  return cb.getBlockCount();
27          }          }
# Line 30  public class JmxAccountingCircuitBreaker Line 34  public class JmxAccountingCircuitBreaker
34                  return cb.getLastTrip();                  return cb.getLastTrip();
35          }          }
36                    
37            public long getLastRetrip() {
38                    return cb.getLastRetrip();
39            }
40            
41          public long getLastReset() {          public long getLastReset() {
42                  return cb.getLastReset();                  return cb.getLastReset();
43          }          }

Legend:
Removed from v.933  
changed lines
  Added in v.934

  ViewVC Help
Powered by ViewVC 1.1.20