|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Schedule
Schedule periodic broadcast operations to the set of suspended response.
| Optional Element Summary | |
|---|---|
int |
period
The period for broadcast (in second). |
boolean |
resumeOnBroadcast
Resume all suspended response on the first broadcast operation. |
int |
waitFor
The period before starting the broadcast (in second). |
public abstract int period
public abstract int waitFor
public abstract boolean resumeOnBroadcast
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||