public void setup(RemoteContainerConfiguration configuration) {
// Create the JMXConnector that the test client uses to connect to the remote MBeanServer
MBeanServerConnection mbeanServer = getMBeanServerConnection(configuration);
mbeanServerInst.set(mbeanServer);
jmxSupport = new ManagementSupport(mbeanServer);
}