Bind SCGI server to localhost by default, and allow overriding.
[jsvc.git] / src / dolda / jsvc / jmx / ContextMBean.java
1 package dolda.jsvc.jmx;
2
3 public interface ContextMBean {
4     public String getname();
5     public long getrequests();
6 }