public interface SampleMXBean {
    public int getCount();
}

