org.atmosphere.annotation
Annotation Type Cluster


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface Cluster

Defines an annotation that can be used to add clustering support when a Broadcaster is used.

Author:
Jeanfrancois Arcand

Optional Element Summary
 String name
          The Cluster's name
 Class<? extends ClusterBroadcastFilter>[] value
           
 

name

public abstract String name
The Cluster's name

Default:
"Atmosphere"

value

public abstract Class<? extends ClusterBroadcastFilter>[] value
Default:
org.atmosphere.cpr.ClusterBroadcastFilter.class


Copyright © 2009 SUN Microsystems. All Rights Reserved.