Merge branch 'master' of git.dolda2000.com:/srv/git/r/jsvc
[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 }