org.jboss.util
Interface Executable

All Known Implementing Classes:
TimerTask

public interface Executable

Interface for the execution of a task.

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

Method Summary
 void execute()
           
 

Method Detail

execute

void execute()
             throws Exception
Throws:
Exception


Copyright © 2009 JBoss Inc.. All Rights Reserved.