Package org.atmosphere.annotation

Enum Summary
Suspend.SCOPE  
 

Annotation Types Summary
Broadcast Broadcast to all suspended response the value of the method annotated with this annotation.
BroadcastFilter Defines the class(ses) to use when filtering the execution of a Broadcast or ResumeOnBroadcast annotations.
Cluster Defines an annotation that can be used to add clustering support when a Broadcaster is used.
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.
Schedule Schedule periodic broadcast operations to the set of suspended response.
Suspend Suspend the underlying response.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.