/[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 934 - (show annotations) (download)
Mon Jun 28 08:32:45 2010 UTC (14 years ago) by torben
File size: 497 byte(s)
Add Retrip vars to JMX interface
1 package dk.thoerup.circuitbreaker.jmx;
2
3 public interface JmxAccountingCircuitBreakerMBean extends JmxCircuitBreakerMBean{
4
5
6 public int getTripCount();
7
8 public int getRetripCount();
9
10 public int getBlockCount();
11
12 public int getTotalFailureCount();
13
14 public int getTotalCallCount();
15
16 public long getLastTrip();
17
18 public long getLastRetrip();
19
20 public long getLastFailure();
21
22 public long getLastReset();
23
24 public long getLastResetCounters();
25
26 public void resetCounters();
27
28 }

  ViewVC Help
Powered by ViewVC 1.1.20