sjt.mgmt
Interface ThreadManager

All Known Implementing Classes:
SimpleThreadManager

public interface ThreadManager

ThreadManager is the interface for SJT.Mgmt threading model implementations. It is expected that other parties may wish to implement better or different solutions other than the ones provided with this library.

Since:
SJT 0.1

Method Summary
 void destroy()
          Destroy can be called by the WorkManager in order to prompt joining and cleanup of all working threads.
 

Method Detail

destroy

public void destroy()
Destroy can be called by the WorkManager in order to prompt joining and cleanup of all working threads. Destroy is also called by the finalize method, during garbage collection, if the user code does not call it explicitly.