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

Diff of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxAccountingCircuitBreakerMBean.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 11  public interface JmxAccountingCircuitBre Line 11  public interface JmxAccountingCircuitBre
11                    
12          public int getTotalCallCount();          public int getTotalCallCount();
13                    
14            public long getLastTrip();
15            
16          public long getLastResetCounters();          public long getLastResetCounters();
17                    
18          public void resetCounters();          public void resetCounters();

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

  ViewVC Help
Powered by ViewVC 1.1.20