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

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

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

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

関連項目:
直列化された形式

フィールドの概要
 
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport から継承されたフィールド
logger
 
インタフェース org.springframework.core.task.AsyncTaskExecutor から継承されたフィールド
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE
 
コンストラクタの概要
BatchThreadPoolTaskExecutor()
          コンストラクタ
 
メソッドの概要
 void setQueueCapacity(int queueCapacity)
           
 
クラス org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor から継承されたメソッド
createQueue, execute, execute, getActiveCount, getCorePoolSize, getKeepAliveSeconds, getMaxPoolSize, getPoolSize, getThreadPoolExecutor, initializeExecutor, prefersShortLivedTasks, setAllowCoreThreadTimeOut, setCorePoolSize, setKeepAliveSeconds, setMaxPoolSize, submit, submit
 
クラス org.springframework.scheduling.concurrent.ExecutorConfigurationSupport から継承されたメソッド
afterPropertiesSet, destroy, initialize, setBeanName, 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.