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

Diff of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/jmx/JmxCircuitBreakerMBean.java

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

revision 402 by torben, Tue Oct 6 21:23:49 2009 UTC revision 403 by torben, Wed Oct 7 04:14:14 2009 UTC
# Line 5  public interface JmxCircuitBreakerMBean Line 5  public interface JmxCircuitBreakerMBean
5            
6      public String getStateName();      public String getStateName();
7            
8        public int getThreshold();
9        
10        public int getFailureCount();
11        
12        public long getElapsed();
13        
14      public void reset();      public void reset();
15            
16      public void tripBreaker();      public void tripBreaker();

Legend:
Removed from v.402  
changed lines
  Added in v.403

  ViewVC Help
Powered by ViewVC 1.1.20