4dcdee9e724f6d1bf64cdfad9c3701df2828b71a
[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 }