super(name);
}
public static BootstrapDeployersTestDelegate getDelegate(Class<?> clazz) throws Exception
{
BootstrapDeployersTestDelegate delegate = BootstrapDeployersTest.getDelegate(clazz);
MBeanServer server = MBeanServerFactory.newMBeanServer();
delegate.setMBeanServer(server);
return delegate;
}