|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Ready
Use this annotation with the ManagedService annotation. A method annotated with this annotation will be
invoked when the connection has been suspended and ready.
| Optional Element Summary | |
|---|---|
Class<? extends Encoder>[] |
encoders
A list of Encoder |
Ready.DELIVER_TO |
value
Broadcast the returned value only to the calling resource Ready.DELIVER_TO.RESOURCE,
to its associated Broadcaster Ready.DELIVER_TO.BROADCASTER
or to all created Broadcasters Ready.DELIVER_TO.ALL |
public abstract Ready.DELIVER_TO value
Ready.DELIVER_TO.RESOURCE,
to its associated Broadcaster Ready.DELIVER_TO.BROADCASTER
or to all created Broadcasters Ready.DELIVER_TO.ALL
Ready.DELIVER_TOpublic abstract Class<? extends Encoder>[] encoders
Encoder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||