|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TaskLockPriority
Defines priority level at which the annotated task can lock resources.
Default is the lowest level = 100.
| Optional Element Summary | |
|---|---|
int |
value
Priority of the task regarding the locking. |
public abstract int value
Priority range 100(least)... 10(highest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||