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

Annotation of /miscJava/CircuitBreaker/src/main/java/dk/thoerup/circuitbreaker/notification/SystemOutNotifier.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 467 - (hide annotations) (download)
Thu Oct 22 06:01:35 2009 UTC (14 years, 7 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/circuitbreaker/notification/SystemOutNotifier.java
File size: 266 byte(s)
Rename package
1 torben 467 package dk.thoerup.circuitbreaker.notification;
2 torben 450
3     public class SystemOutNotifier implements Notifier {
4    
5     public void sendNotification(String breakerName, Event evnt) {
6     System.out.println("Circuitbreaker " + breakerName + " : " + evnt.toString() );
7    
8     }
9    
10     }

  ViewVC Help
Powered by ViewVC 1.1.20