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