431432433434435436437438439440441
throw new IllegalStateException("Instance already stopped"); } cleanShutdown(instance); if (instance.pid > 0) { Process process = ProcessBuilderFactory.newInstance().newBuilder().attach(instance.pid); process.destroy(); } return null; } }); }
484485486487488489490491492493494
throw new IllegalStateException("Instance already stopped"); } cleanShutdown(instance); if (instance.pid > 0) { Process process = new ProcessBuilderFactoryImpl().newBuilder().attach(instance.pid); process.destroy(); } return null; } }); }
475476477478479480481482483484485
throw new IllegalStateException("Instance already stopped"); } cleanShutdown(instance); if (instance.pid > 0) { Process process = ProcessBuilderFactory.newInstance().newBuilder().attach(instance.pid); process.destroy(); } return null; } }, true); }
467468469470471472473474475476477
449450451452453454455456457458459
448449450451452453454455456457458
430431432433434435436437438439440
586587588589590591592593594595596
throw new IllegalStateException("Instance already stopped"); } cleanShutdown(instance); if (instance.pid > 0) { Process process = new ProcessBuilderFactoryImpl().newBuilder().attach(instance.pid); process.destroy(); } return null; } }, true); }