Added a way to get the time of start of the server context.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
1 package dolda.jsvc;
2
3 public interface ServerContext {
4     public String rootpath();
5     public long starttime();
6 }