X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2FServerContext.java;h=acb27d6bfe66dd67e3e8ad50c833b58e30708ba5;hb=762009abaf3acc38003c9635115c721c602bdaa5;hp=9fd785abf09bcc95c06517a6018f75211437237d;hpb=4c9a3bbf5a5d9099d032b89f430c1890e57319b6;p=jsvc.git diff --git a/src/dolda/jsvc/ServerContext.java b/src/dolda/jsvc/ServerContext.java index 9fd785a..acb27d6 100644 --- a/src/dolda/jsvc/ServerContext.java +++ b/src/dolda/jsvc/ServerContext.java @@ -2,5 +2,6 @@ package dolda.jsvc; public interface ServerContext { public long starttime(); - public java.util.Properties config(); + public String config(String key); + public String name(); }