222324252627282930
*/ public HomePage(final PageParameters parameters) { // Add the simplest type of label add(new MBeansPanel("example")); // TODO Add your page's components here }
31323334353637
protected MBeanServer load() { return ManagementFactory.getPlatformMBeanServer(); } }; add(new MBeansPanel("example", reachMbeanServer)); }