A B C D E G J M O R S V

A

addAtmosphereEvent(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.core.JerseyBroadcaster
AtmosphereEventInjector - Class in org.atmosphere.core
Allow AtmosphereEvent injection via the Context annotation supported by Jersey.
AtmosphereEventInjector() - Constructor for class org.atmosphere.core.AtmosphereEventInjector
 
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.
broadcast(Object) - Method in class org.atmosphere.core.JerseyBroadcaster
broadcast(Object, AtmosphereEvent) - Method in class org.atmosphere.core.JerseyBroadcaster
broadcast(Object, Set<AtmosphereEvent>) - Method in class org.atmosphere.core.JerseyBroadcaster
Broadcastable<E> - Class in org.atmosphere.core
Simple placeholder that can be used to broadcast message using a specific Broadcaster.
Broadcastable(E, Broadcaster<HttpServletRequest, HttpServletResponse, E>) - Constructor for class org.atmosphere.core.Broadcastable
 
BroadcasterInjector - Class in org.atmosphere.core
Allow Broadcaster injection via the Context annotation supported by Jersey.
BroadcasterInjector() - Constructor for class org.atmosphere.core.BroadcasterInjector
 
BroadcasterLookupInjector - Class in org.atmosphere.core
Allow BroadcasterLookup injection via the Context annotation supported by Jersey.
BroadcasterLookupInjector() - Constructor for class org.atmosphere.core.BroadcasterLookupInjector
 
BroadcastFilter - Annotation Type in org.atmosphere.core.annotation
Defines the class(ses) to use when filtering the execution of a Broadcast or ResumeOnBroadcast annotations.

C

Cluster - Annotation Type in org.atmosphere.core.annotation
Defines an annotation that can be used to add clustering support when a Broadcaster is used.
create(AbstractMethod) - Method in class org.atmosphere.core.AtmosphereFilter
Create a ResourceFilter which contains the information about the annotation being processed.

D

destroy() - Method in class org.atmosphere.core.JerseyBroadcaster

E

events - Variable in class org.atmosphere.core.JerseyBroadcaster
 

G

getAtmosphereEvents() - Method in class org.atmosphere.core.JerseyBroadcaster
getBroadcasterConfig() - Method in class org.atmosphere.core.JerseyBroadcaster
Return the current BroadcasterConfig
getInjectable(ComponentContext, Context, Type) - Method in class org.atmosphere.core.AtmosphereEventInjector
 
getInjectable(ComponentContext, Context, Type) - Method in class org.atmosphere.core.BroadcasterInjector
 
getInjectable(ComponentContext, Context, Type) - Method in class org.atmosphere.core.BroadcasterLookupInjector
 
getName() - Method in class org.atmosphere.core.JerseyBroadcaster
getScope() - Method in class org.atmosphere.core.AtmosphereEventInjector
 
getScope() - Method in class org.atmosphere.core.BroadcasterInjector
 
getScope() - Method in class org.atmosphere.core.BroadcasterLookupInjector
 
getScope() - Method in class org.atmosphere.core.JerseyBroadcaster

J

JerseyBroadcaster - Class in org.atmosphere.core
Speacial Broadcaster that use the ContainerResponse uner the hood to serialize the response.
JerseyBroadcaster() - Constructor for class org.atmosphere.core.JerseyBroadcaster
 

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

removeAtmosphereEvent(AtmosphereEvent<HttpServletRequest, HttpServletResponse>) - Method in class org.atmosphere.core.JerseyBroadcaster
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

setBroadcasterConfig(BroadcasterConfig) - Method in class org.atmosphere.core.JerseyBroadcaster
Set the BroadcasterConfig instance.
setName(String) - Method in class org.atmosphere.core.JerseyBroadcaster
setScope(Broadcaster.SCOPE) - Method in class org.atmosphere.core.JerseyBroadcaster
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 D E G J M O R S V

Copyright © 2009 SUN Microsystems. All Rights Reserved.