org.jboss.util
Interface Executable

All Known Implementing Classes:
TimerTask

public interface Executable

Interface for the execution of a task.

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

Method Summary
 void execute()
          Executes the implemented task.
 

Method Detail

execute

void execute()
             throws Exception
Executes the implemented task.

Throws:
Exception


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