7576777879808182838485
active.set(false); int size = threads.size(); for (int i = 0; i < size; i++) { SmartThread thread = threads.elementAt(i); thread.cleanup(); JStormUtils.sleepMs(10); thread.interrupt(); try { thread.join(); } catch (InterruptedException e) {