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