Added a way to get the time of start of the server context.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
index b9809f9..c2d539b 100644 (file)
@@ -2,4 +2,5 @@ package dolda.jsvc;
 
 public interface ServerContext {
     public String rootpath();
+    public long starttime();
 }