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

Dispatcher.Asynchronous (JBoss Seam API Documentation) - JBoss Seam 1.2.0 API 英文版文档


org.jboss.seam.core
Class Dispatcher.Asynchronous

java.lang.Object
  extended by org.jboss.seam.core.Dispatcher.Asynchronous
All Implemented Interfaces:
Serializable
Enclosing class:
Dispatcher

public abstract static class Dispatcher.Asynchronous
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Dispatcher.Asynchronous()
           
 
Method Summary
protected abstract  void call()
           
 void execute(javax.ejb.Timer timer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.Asynchronous

protected Dispatcher.Asynchronous()
Method Detail

execute

public void execute(javax.ejb.Timer timer)

call

protected abstract void call()