jp.terasoluna.fw.batch.executor.concurrent
クラス BatchThreadPoolTaskExecutor

java.lang.Object
  上位を拡張 org.springframework.util.CustomizableThreadCreator
      上位を拡張 org.springframework.scheduling.concurrent.CustomizableThreadFactory
          上位を拡張 org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
              上位を拡張 jp.terasoluna.fw.batch.executor.concurrent.BatchThreadPoolTaskExecutor
すべての実装されたインタフェース:
Executor, ThreadFactory, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.core.task.TaskExecutor, org.springframework.scheduling.SchedulingTaskExecutor

public class BatchThreadPoolTaskExecutor
extends org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor

バッチジョブ実行用スレッドプールエグゼキュータ。


フィールドの概要
 
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor から継承されたフィールド
logger
 
コンストラクタの概要
BatchThreadPoolTaskExecutor()
          コンストラクタ
 
メソッドの概要
 void setQueueCapacity(int queueCapacity)
           
 
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor から継承されたメソッド
afterPropertiesSet, createQueue, destroy, execute, getActiveCount, getCorePoolSize, getKeepAliveSeconds, getMaxPoolSize, getPoolSize, getThreadPoolExecutor, initialize, prefersShortLivedTasks, setAllowCoreThreadTimeOut, setBeanName, setCorePoolSize, setKeepAliveSeconds, setMaxPoolSize, setRejectedExecutionHandler, setThreadFactory, setThreadNamePrefix, setWaitForTasksToCompleteOnShutdown, shutdown
 
クラス org.springframework.scheduling.concurrent.CustomizableThreadFactory から継承されたメソッド
newThread
 
クラス org.springframework.util.CustomizableThreadCreator から継承されたメソッド
createThread, getDefaultThreadNamePrefix, getThreadGroup, getThreadNamePrefix, getThreadPriority, isDaemon, nextThreadName, setDaemon, setThreadGroup, setThreadGroupName, setThreadPriority
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BatchThreadPoolTaskExecutor

public BatchThreadPoolTaskExecutor()
コンストラクタ

メソッドの詳細

setQueueCapacity

public void setQueueCapacity(int queueCapacity)
オーバーライド:
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor 内の setQueueCapacity


Copyright © 2012. All Rights Reserved.