try {
System.err.println("NukeSlaveListener about to disconnect. the next error bitching about a slave disconnecting is normal");
computer.getChannel().syncLocalIO();
computer.getChannel().close();
computer.disconnect(null);
computer.waitUntilOffline();
} catch (Exception e) {
}
VirtualMachineLauncher launcher = (VirtualMachineLauncher)slave.getLauncher();
VirtualMachine virtualMachine = launcher.getVirtualMachine();