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