|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Broadcast
Broadcast to all suspended response the value of the method annotated with this annotation.
| Optional Element Summary | |
|---|---|
int |
delay
Should the broadcast be delayed? A value of 0 means the broadcast be delayed until a normal broadcast operation happens. |
Class<? extends BroadcastFilter>[] |
filters
Add BroadcastFilters to the broadcast operation. |
boolean |
resumeOnBroadcast
Resume all suspended response on the first broadcast operation. |
String |
value
|
boolean |
writeEntity
Write the returned entity back to the calling connection. |
public abstract String value
public abstract Class<? extends BroadcastFilter>[] filters
BroadcastFilters to the broadcast operation.
public abstract boolean resumeOnBroadcast
public abstract int delay
public abstract boolean writeEntity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||