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

Annotation of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxAccountingCircuitBreakerMBean.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 403 - (hide annotations) (download)
Wed Oct 7 04:14:14 2009 UTC (14 years, 8 months ago) by torben
File size: 331 byte(s)
Finished JMX interfaces to CB and AccountingCB
1 torben 402 package dk.thoerup.curcuitbreaker.jmx;
2    
3 torben 403 public interface JmxAccountingCircuitBreakerMBean extends JmxCircuitBreakerMBean{
4 torben 402
5    
6     public int getTripCount();
7    
8     public int getBlockCount();
9    
10 torben 403 public int getTotalFailureCount();
11 torben 402
12 torben 403 public int getTotalCallCount();
13    
14 torben 402 public long getLastReset();
15    
16     public void resetCounters();
17    
18     }

  ViewVC Help
Powered by ViewVC 1.1.20