Interface PoolTask

All Known Implementing Classes:
PoolTaskTest

public interface PoolTask
implement this interface to have the thread group perform this class Any implementing class should check to see if it has shutdown
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    executes the task
    void
    shutdown this task
  • Method Details

    • run

      void run()
      executes the task
    • shutdown

      void shutdown()
      shutdown this task