站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

IntervalDuration (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations.timer
Annotation Type IntervalDuration


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface IntervalDuration

The interval between occurrences of a repeating asynchronous call. This annotation occurs on a parameter of type long or Long of a method marked @Asynchronous.

Author:
Gavin King