パッケージ org.wcardinal.util.thread

クラス Scheduler

java.lang.Object
org.springframework.util.CustomizableThreadCreator
org.springframework.scheduling.concurrent.CustomizableThreadFactory
org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
org.wcardinal.util.thread.Scheduler
すべての実装されたインタフェース:
Serializable, Executor, ThreadFactory, EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.core.task.AsyncListenableTaskExecutor, org.springframework.core.task.AsyncTaskExecutor, org.springframework.core.task.TaskExecutor, org.springframework.scheduling.SchedulingTaskExecutor, org.springframework.scheduling.TaskScheduler

public class Scheduler extends org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
関連項目:
  • フィールドの概要

    クラスから継承されたフィールド org.springframework.scheduling.concurrent.ExecutorConfigurationSupport

    logger

    インタフェースから継承されたフィールド org.springframework.core.task.AsyncTaskExecutor

    TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE

    インタフェースから継承されたフィールド org.springframework.context.SmartLifecycle

    DEFAULT_PHASE
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    Scheduler(int poolSize)
     
    Scheduler(String threadNamePrefix, int poolSize)
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    schedule(Runnable runnable, long delay)
     

    クラスから継承されたメソッド org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler

    cancelRemainingTask, createExecutor, execute, getActiveCount, getClock, getPoolSize, getScheduledExecutor, getScheduledThreadPoolExecutor, initializeExecutor, isRemoveOnCancelPolicy, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate, scheduleWithFixedDelay, scheduleWithFixedDelay, setClock, setContinueExistingPeriodicTasksAfterShutdownPolicy, setErrorHandler, setExecuteExistingDelayedTasksAfterShutdownPolicy, setPoolSize, setRemoveOnCancelPolicy, submit, submit, submitListenable, submitListenable

    クラスから継承されたメソッド org.springframework.scheduling.concurrent.ExecutorConfigurationSupport

    afterExecute, afterPropertiesSet, beforeExecute, destroy, getPhase, initialize, initiateEarlyShutdown, initiateShutdown, isRunning, onApplicationEvent, setAcceptTasksAfterContextClose, setApplicationContext, setAwaitTerminationMillis, setAwaitTerminationSeconds, setBeanName, setPhase, setRejectedExecutionHandler, setThreadFactory, setThreadNamePrefix, setWaitForTasksToCompleteOnShutdown, shutdown, start, stop, stop

    クラスから継承されたメソッド 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

    インタフェースから継承されたメソッド org.springframework.context.ApplicationListener

    supportsAsyncExecution

    インタフェースから継承されたメソッド org.springframework.core.task.AsyncTaskExecutor

    execute, submitCompletable, submitCompletable

    インタフェースから継承されたメソッド org.springframework.scheduling.SchedulingTaskExecutor

    prefersShortLivedTasks

    インタフェースから継承されたメソッド org.springframework.context.SmartLifecycle

    isAutoStartup

    インタフェースから継承されたメソッド org.springframework.scheduling.TaskScheduler

    schedule, scheduleAtFixedRate, scheduleAtFixedRate, scheduleWithFixedDelay, scheduleWithFixedDelay
  • コンストラクタの詳細

    • Scheduler

      public Scheduler(int poolSize)
    • Scheduler

      public Scheduler(String threadNamePrefix, int poolSize)
  • メソッドの詳細