com.ibm.task.api
Interface TimerSpecification


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
static java.lang.String COPYRIGHT
           
static java.lang.String DURATION_IMMEDIATE
          Symbolic constant for an immediate timer setup, that is, a duration of zero.
static java.lang.String DURATION_INFINITE
          Symbolic constant for an infinite timer setup, that is, no timer is set up.
static java.lang.String DURATION_NOT_USED
          Symbolic constant to indicate that a duration is not used to set up a timer.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

DURATION_NOT_USED

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:
Constant Field Values

DURATION_IMMEDIATE

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

See Also:
Constant Field Values

DURATION_INFINITE

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

See Also:
Constant Field Values