Searched refs:ProductImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java101 mbs.registerMBean(new ProductImpl(), dup);
133 public static class ProductImpl implements ProductMXBean { class in class:MXBeanRefTest
155 private static final ProductMXBean product = new ProductImpl();
156 private static final ProductMXBean product2 = new ProductImpl();

Completed in 207 milliseconds