|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpirationBehavior
This interface defines symbolic constants that state how to deal with expirations.
These constants are to be used when an activity instance is repeated - see
forceRetry
.
Field Summary | |
---|---|
static int |
CONTINUE_EXPIRATION
Symbolic constant to indicate that the expiration period should continue when the activity is retried. |
static java.lang.String |
COPYRIGHT
|
static int |
RESET_EXPIRATION
Symbolic constant to indicate that the expiration timer is to be reset when the activity is retried. |
static int |
SUPPRESS_EXPIRATION
Symbolic constant to indicate that the activity should not expire when retried. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int SUPPRESS_EXPIRATION
static final int RESET_EXPIRATION
static final int CONTINUE_EXPIRATION
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |