コード例 #1
0
ファイル: TimeScheduler2.java プロジェクト: jiwils/JGroups
 protected void init() {
   if (threadDecorator != null) pool.setThreadDecorator(threadDecorator);
   // pool.allowCoreThreadTimeOut(true);
   startRunner();
 }
コード例 #2
0
ファイル: TimeScheduler2.java プロジェクト: jiwils/JGroups
 public void setThreadDecorator(ThreadDecorator threadDecorator) {
   this.threadDecorator = threadDecorator;
   pool.setThreadDecorator(threadDecorator);
 }