* @since 17.01.13
*/
public class BaseHandlerTest {
protected MBeanServerExecutor getMBeanServerManager(final MBeanServerConnection... connections) {
return new AbstractMBeanServerExecutor() {
protected Set<MBeanServerConnection> getMBeanServers() {
return new HashSet<MBeanServerConnection>(Arrays.asList(connections));
}
};