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

Executable (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util
Interface Executable

All Known Implementing Classes:
TimerTask

public interface Executable

Interface for the execution of a task.

Version:
$Revision: 1.1 $
Author:
Simone Bordet
See Also:
WorkerQueue

Method Summary
 void execute()
          Executes the implemented task.
 

Method Detail

execute

public void execute()
             throws Exception
Executes the implemented task.

Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.