クラス 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 -
コンストラクタの概要
コンストラクタ -
メソッドの概要
クラスから継承されたメソッド 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
-
-
メソッドの詳細
-
schedule
-