|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Schedules
Applied to a timer callback method to schedule multiple calendar-based
timers for the method.
The method to which the Schedules annotation is applied
must have one of the following signatures, where <METHOD>
designates the method name:
void <METHOD>() void <METHOD>(Timer timer)
Schedule| Required Element Summary | |
|---|---|
Schedule[] |
value
One or more calendar-based timer specifications. |
| Element Detail |
|---|
public abstract Schedule[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||