A simple Service Container that delegates to the JVM's {@link MBeanServer}.
4142434445464748
private TestService service3 = new TestService(); private TestService service4 = new TestService(); @Override protected void setUp() throws Exception { serviceContainer = new MBeanServiceContainer(); super.setUp(); }