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

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

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

revision 467 by torben, Thu Oct 22 06:01:35 2009 UTC revision 624 by torben, Mon Mar 8 09:46:10 2010 UTC
# Line 13  public interface JmxAccountingCircuitBre Line 13  public interface JmxAccountingCircuitBre
13                    
14          public long getLastTrip();          public long getLastTrip();
15                    
16            public long getLastFailure();
17            
18            public long getLastReset();
19            
20          public long getLastResetCounters();          public long getLastResetCounters();
21                    
22          public void resetCounters();          public void resetCounters();

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

  ViewVC Help
Powered by ViewVC 1.1.20