org.atmosphere.annotation
Annotation Type Schedule


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Schedule

Schedule periodic broadcast operations to the set of suspended response.

Author:
Jeanfrancois Arcand

Optional Element Summary
 int period
          The period for broadcast (in second).
 

period

public abstract int period
The period for broadcast (in second).

Returns:
Default:
60


Copyright © 2009 SUN Microsystems. All Rights Reserved.