Made the server context a more useful concept.
[jsvc.git] / src / dolda / jsvc / ServerContext.java
... / ...
CommitLineData
1package dolda.jsvc;
2
3public interface ServerContext {
4 public long starttime();
5}