X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;h=acb27d6bfe66dd67e3e8ad50c833b58e30708ba5;hb=762009abaf3acc38003c9635115c721c602bdaa5;hp=c2d539b9533bd3a012985788ac656c78895d81f4;hpb=7114c38b358d27e6c390a689a50c7f9d2d2a048c;p=jsvc.git diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index c2d539b..acb27d6 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -1,6 +1,7 @@ package dolda.jsvc; public interface ServerContext { - public String rootpath(); public long starttime(); + public String config(String key); + public String name(); }