Esempio n. 1
0
 protected void init() {
   if (threadDecorator != null) pool.setThreadDecorator(threadDecorator);
   // pool.allowCoreThreadTimeOut(true);
   startRunner();
 }
Esempio n. 2
0
 public void setThreadDecorator(ThreadDecorator threadDecorator) {
   this.threadDecorator = threadDecorator;
   pool.setThreadDecorator(threadDecorator);
 }