Interface Executable

  • All Known Implementing Classes:
    TimerTask

    public interface Executable
    Interface for the execution of a task.
    Version:
    $Revision$
    See Also:
    WorkerQueue
    • Method Detail

      • execute

        void execute()
              throws java.lang.Exception
        Throws:
        java.lang.Exception