Package org.atmosphere.core.annotation

Enum Summary
Suspend.SCOPE  
 

Annotation Types Summary
Broadcast Broadcast to all suspended response the value of the method annotated with this annotation.
Resume Resume a suspended response.
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.
Suspend Suspend the underlying response.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.