クラス DelegatingSecurityContextSchedulingTaskExecutor

実装されたすべてのインターフェース:
ExecutorSEorg.springframework.core.task.AsyncTaskExecutororg.springframework.core.task.TaskExecutororg.springframework.scheduling.SchedulingTaskExecutor

public class DelegatingSecurityContextSchedulingTaskExecutor extends DelegatingSecurityContextAsyncTaskExecutor implements org.springframework.scheduling.SchedulingTaskExecutor
RunnableSEDelegatingSecurityContextRunnable でラップし、各 CallableSEDelegatingSecurityContextCallable でラップする SchedulingTaskExecutor
導入:
3.2
  • コンストラクターの詳細

  • メソッドの詳細

    • prefersShortLivedTasks

      public boolean prefersShortLivedTasks()
      次で指定:
      インターフェース org.springframework.scheduling.SchedulingTaskExecutorprefersShortLivedTasks 
    • wrap

      protected final RunnableSE wrap(RunnableSE delegate)
    • wrap

      protected final <T> CallableSE<T> wrap(CallableSE<T> delegate)