9fd785abf09bcc95c06517a6018f75211437237d
[jsvc.git] / src / dolda / jsvc / ServerContext.java
1 package dolda.jsvc;
2
3 public interface ServerContext {
4     public long starttime();
5     public java.util.Properties config();
6 }