X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;h=81cb4cd6416f23a626dd9cbd9c045882eb64359a;hb=72b69304efc43da27c6cd507760f5c40f54aaf6c;hp=b9809f9038370274ebb38415cb92c0910682a7bb;hpb=6f1acdb2f8879097cdd8c6cedfc0d6752f2b29ef;p=jsvc.git diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index b9809f9..81cb4cd 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -1,5 +1,6 @@ package dolda.jsvc; public interface ServerContext { - public String rootpath(); + public long starttime(); + public String config(String key); }