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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 624 - (show annotations) (download)
Mon Mar 8 09:46:10 2010 UTC (14 years, 3 months ago) by torben
File size: 433 byte(s)
Also keep track on when things went back to normal
1 package dk.thoerup.circuitbreaker.jmx;
2
3 public interface JmxAccountingCircuitBreakerMBean extends JmxCircuitBreakerMBean{
4
5
6 public int getTripCount();
7
8 public int getBlockCount();
9
10 public int getTotalFailureCount();
11
12 public int getTotalCallCount();
13
14 public long getLastTrip();
15
16 public long getLastFailure();
17
18 public long getLastReset();
19
20 public long getLastResetCounters();
21
22 public void resetCounters();
23
24 }

  ViewVC Help
Powered by ViewVC 1.1.20