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

Contents of /CircuitBreaker/src/dk/thoerup/circuitbreaker/CircuitBreakerState.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467 - (show annotations) (download)
Thu Oct 22 06:01:35 2009 UTC (14 years, 7 months ago) by torben
File size: 299 byte(s)
Rename package
1 package dk.thoerup.circuitbreaker;
2
3
4
5 public interface CircuitBreakerState {
6 public void preInvoke(CircuitBreaker cb) throws Exception;
7 public void postInvoke(CircuitBreaker cb) throws Exception;
8 public void onError(CircuitBreaker cb, Exception t) throws Exception;
9
10 public String getName();
11 }

Properties

Name Value
svn:mergeinfo

  ViewVC Help
Powered by ViewVC 1.1.20