]> git.dolda2000.com Git - jsvc.git/commitdiff
Added config to the general ServerContext interface.
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000 (06:51 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 15 Oct 2009 04:51:54 +0000 (06:51 +0200)
src/dolda/jsvc/ServerContext.java

index a47a714ec895230c0300ea5463c7987002d54b1b..9fd785abf09bcc95c06517a6018f75211437237d 100644 (file)
@@ -2,4 +2,5 @@ package dolda.jsvc;
 
 public interface ServerContext {
     public long starttime();
+    public java.util.Properties config();
 }