org.jboss.util
Interface Executable

All Known Implementing Classes:
AbstractPassivationJob (src) , TimerTask (src)

public interface Executable

Interface for the execution of a task.

See Also:
WorkerQueue (src)

Method Summary
 void execute()
          Executes the implemented task.
 

Method Detail

execute

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

Throws:
java.lang.Exception