|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimerBehavior
This interface defines symbolic constants that state how to deal with timers.
These constants are to be used when an activity instance is repeated - see
forceRetry
as an example.
Field Summary | |
---|---|
static int |
CONTINUE_TIMER
Symbolic constant to indicate that the timer period should continue when the activity is retried. |
static java.lang.String |
COPYRIGHT
|
static int |
RESET_TIMER
Symbolic constant to indicate that the timer is to be reset when the activity is retried. |
static int |
SUPPRESS_TIMER
Symbolic constant to indicate that the activity should not time out when retried. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int SUPPRESS_TIMER
static final int RESET_TIMER
static final int CONTINUE_TIMER
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |