/[projects]/miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
ViewVC logotype

Log of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 2569)

Revision 2569 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 9 08:55:10 2015 UTC (8 years, 11 months ago) by torben
File length: 3220 byte(s)
Diff to previous 2449
Statistics should be added by composition instead of inheritance

Revision 2449 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 20 08:58:46 2015 UTC (9 years, 2 months ago) by torben
File length: 3207 byte(s)
Diff to previous 2448
switch to maven

Revision 2448 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 20 08:52:49 2015 UTC (9 years, 2 months ago) by torben
Original Path: miscJava/CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 3207 byte(s)
Diff to previous 1376
move java components to java folder

Revision 1376 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 23 10:43:40 2011 UTC (13 years ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 3207 byte(s)
Diff to previous 1314
Re-enable the old breaker constructors (but mark them as deprecated)

Revision 1314 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 17:12:27 2011 UTC (13 years, 1 month ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 3000 byte(s)
Diff to previous 1306
Switch entirely to BreakerConfig inits

Revision 1306 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 15:22:09 2011 UTC (13 years, 1 month ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 2964 byte(s)
Diff to previous 864
Switch to BreakerConfig method this way it is possible to control the breaker dynamically

Revision 864 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 20 21:54:53 2010 UTC (13 years, 11 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 2965 byte(s)
Diff to previous 624
Differentiate against a normal trip and a retrip from half-open back to open

Revision 624 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 8 09:46:10 2010 UTC (14 years, 2 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 2514 byte(s)
Diff to previous 621
Also keep track on when things went back to normal

Revision 621 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 8 08:38:36 2010 UTC (14 years, 2 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 2257 byte(s)
Diff to previous 467
Also take not of the time when the last failure occurred 

Revision 467 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 22 06:01:35 2009 UTC (14 years, 6 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/AccountingCircuitBreaker.java
File length: 2059 byte(s)
Copied from: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java revision 465
Diff to previous 460
Rename package

Revision 460 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 21 07:56:37 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 2059 byte(s)
Diff to previous 450
AccountingCircuitBreaker, should also keep track on when it last was tripped

Revision 450 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 20 10:26:50 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1833 byte(s)
Diff to previous 444
Narrow thrown from Throwable to Exception,

Added a notifier that prints to system.out

Revision 444 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 18 09:15:52 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1833 byte(s)
Diff to previous 404
Reset counters and timestamp on creation


Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 7 04:17:45 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1811 byte(s)
Diff to previous 403
Better naming


Revision 403 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 7 04:14:14 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1779 byte(s)
Diff to previous 400
Finished JMX interfaces to CB and AccountingCB

Revision 400 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 6 13:21:12 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1553 byte(s)
Diff to previous 399
Keep track of the last counter reset

Revision 399 - (view) (download) (annotate) - [select for diffs]
Added Tue Oct 6 13:17:41 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/AccountingCircuitBreaker.java
File length: 1414 byte(s)
More features

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20