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

Diff of /CircuitBreaker/src/dk/thoerup/curcuitbreaker/CircuitBreakerState.java

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

revision 396 by torben, Mon Oct 5 19:44:40 2009 UTC revision 397 by torben, Tue Oct 6 05:22:40 2009 UTC
# Line 7  public interface CircuitBreakerState { Line 7  public interface CircuitBreakerState {
7          public void postInvoke(CircuitBreaker cb) throws Throwable;          public void postInvoke(CircuitBreaker cb) throws Throwable;
8          public void onError(CircuitBreaker cb, Throwable t) throws Throwable;          public void onError(CircuitBreaker cb, Throwable t) throws Throwable;
9                    
10            public String getName();
11  }  }

Legend:
Removed from v.396  
changed lines
  Added in v.397

  ViewVC Help
Powered by ViewVC 1.1.20