|
|
@ -122,7 +122,7 @@ public final class plasmaCrawlStacker {
|
|
|
|
|
|
|
|
|
|
|
|
public void close() {
|
|
|
|
public void close() {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
this.log.logFine("Shutdown. Terminationg worker threads.");
|
|
|
|
this.log.logFine("Shutdown. Terminating worker threads.");
|
|
|
|
if (this.theWorkerPool != null) this.theWorkerPool.close();
|
|
|
|
if (this.theWorkerPool != null) this.theWorkerPool.close();
|
|
|
|
} catch (Exception e1) {
|
|
|
|
} catch (Exception e1) {
|
|
|
|
this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1);
|
|
|
|
this.log.logSevere("Unable to shutdown all remaining stackCrawl threads", e1);
|
|
|
@ -863,4 +863,4 @@ public final class plasmaCrawlStacker {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|