Java org.springframework.scheduling.concurrent ScheduledExecutorTask fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scheduling.concurrent ScheduledExecutorTask fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scheduling.concurrent ScheduledExecutorTask.

The text is from its open source code.

Method

longgetDelay()
Return the delay before starting the job for the first time.
longgetPeriod()
Return the period between repeated task executions.
RunnablegetRunnable()
Return the Runnable to schedule as executor task.
TimeUnitgetTimeUnit()
Return the time unit for the delay and period values.
booleanisFixedRate()
Return whether to schedule as fixed-rate execution.
booleanisOneTimeTask()
Is this task only ever going to execute once?