org.atmosphere.annotation
Annotation Type ResumeOnBroadcast


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ResumeOnBroadcast

If this annotation is present, all suspended response that were suspended using @Suspend will be resumed after the value of the Broadcast has been processed. This annotation does the same as annotating a method using the Broadcast then Resume annotation.

Author:
Jeanfrancois Arcand



Copyright © 2009 SUN Microsystems. All Rights Reserved.