1 package uk.org.primrose.pool.jmx;2 3 public interface AllPoolsOverviewMBean {4 public AllPoolsOverviewData[] getData();5 }