A B C M O R S V

A

AtmosphereFilter - Class in org.atmosphere.core
ResourceFilterFactory which intercept the response and appropriately set the AtmosphereEvent filed based on the annotation the application has defined.
AtmosphereFilter() - Constructor for class org.atmosphere.core.AtmosphereFilter
 

B

b - Variable in class org.atmosphere.core.Broadcastable
 
Broadcast - Annotation Type in org.atmosphere.core.annotation
Broadcast to all suspended response the value of the method annotated with this annotation.
broadcast() - Method in class org.atmosphere.core.Broadcastable
Broadcast the message.
Broadcastable - Class in org.atmosphere.core
Simple placeholder that can be used to broadcast message using a specific Broadcaster.
Broadcastable(String, Broadcaster) - Constructor for class org.atmosphere.core.Broadcastable
 

C

create(AbstractMethod) - Method in class org.atmosphere.core.AtmosphereFilter
Create a ResourceFilter which contains the information about the annotation being processed.

M

message - Variable in class org.atmosphere.core.Broadcastable
 

O

org.atmosphere.core - package org.atmosphere.core
 
org.atmosphere.core.annotation - package org.atmosphere.core.annotation
 

R

Resume - Annotation Type in org.atmosphere.core.annotation
Resume a suspended response.
ResumeOnBroadcast - Annotation Type in org.atmosphere.core.annotation
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.

S

Suspend - Annotation Type in org.atmosphere.core.annotation
Suspend the underlying response.
Suspend.SCOPE - Enum in org.atmosphere.core.annotation
 

V

valueOf(String) - Static method in enum org.atmosphere.core.annotation.Suspend.SCOPE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.atmosphere.core.annotation.Suspend.SCOPE
Returns an array containing the constants of this enum type, in the order they are declared.

A B C M O R S V

Copyright © 2009 SUN Microsystems. All Rights Reserved.