/[projects]/miscJava/CircuitBreaker/src/dk/thoerup/circuitbreaker/web/Command.java
ViewVC logotype

Annotation of /miscJava/CircuitBreaker/src/dk/thoerup/circuitbreaker/web/Command.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 416 - (hide annotations) (download)
Wed Oct 7 20:21:16 2009 UTC (14 years, 8 months ago) by torben
Original Path: CircuitBreaker/src/dk/thoerup/curcuitbreaker/web/Command.java
File size: 237 byte(s)
Sync
1 torben 416 package dk.thoerup.curcuitbreaker.web;
2    
3     import javax.servlet.http.HttpServletRequest;
4     import javax.servlet.http.HttpServletResponse;
5    
6     public interface Command {
7     public String execute(HttpServletRequest req, HttpServletResponse resp);
8     }

  ViewVC Help
Powered by ViewVC 1.1.20