com.ibm.task.api

Interface TimerSpecification


  1. public interface TimerSpecification
This interface defines symbolic constants that state how to deal with timers. These constants should be used when durations are updated and when no explicit duration is specified - see setDurationUntilDue as an example.
Since:
7.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
  1. static
  2. java.lang.String
DURATION_IMMEDIATE
Symbolic constant for an immediate timer setup, that is, a duration of zero.
  1. static
  2. java.lang.String
DURATION_INFINITE
Symbolic constant for an infinite timer setup, that is, no timer is set up.
  1. static
  2. java.lang.String
DURATION_NOT_USED
Symbolic constant to indicate that a duration is not used to set up a timer.

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

DURATION_NOT_USED

  1. static final java.lang.String DURATION_NOT_USED
Symbolic constant to indicate that a duration is not used to set up a timer.
See Also:

DURATION_IMMEDIATE

  1. static final java.lang.String DURATION_IMMEDIATE
Symbolic constant for an immediate timer setup, that is, a duration of zero.
See Also:

DURATION_INFINITE

  1. static final java.lang.String DURATION_INFINITE
Symbolic constant for an infinite timer setup, that is, no timer is set up.
See Also: