234235236237238239240241242243244
this.logger.debug(PREFIX + "stopped."); } } final ThreadPoolManager tpm = this.threadPoolManager; if ( tpm != null && this.threadPool != null ) { tpm.release(this.threadPool); } this.threadPool = null; }