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

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

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

revision 621 by torben, Mon Mar 8 08:38:36 2010 UTC revision 934 by torben, Mon Jun 28 08:32:45 2010 UTC
# Line 5  public interface JmxAccountingCircuitBre Line 5  public interface JmxAccountingCircuitBre
5            
6          public int getTripCount();          public int getTripCount();
7                    
8            public int getRetripCount();
9            
10          public int getBlockCount();          public int getBlockCount();
11                    
12          public int getTotalFailureCount();          public int getTotalFailureCount();
# Line 13  public interface JmxAccountingCircuitBre Line 15  public interface JmxAccountingCircuitBre
15                    
16          public long getLastTrip();          public long getLastTrip();
17                    
18            public long getLastRetrip();
19            
20          public long getLastFailure();          public long getLastFailure();
21                    
22            public long getLastReset();
23            
24          public long getLastResetCounters();          public long getLastResetCounters();
25                    
26          public void resetCounters();          public void resetCounters();

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

  ViewVC Help
Powered by ViewVC 1.1.20