Uses of Interface
org.d_haven.event.command.ThreadPolicy

Packages that use ThreadPolicy
org.d_haven.event.command   
 

Uses of ThreadPolicy in org.d_haven.event.command
 

Classes in org.d_haven.event.command that implement ThreadPolicy
 class AbstractThreadPolicy
          The AbstractThreadPolicy keeps track of wether the management thread is running or not, and stores the ThreadManager for future use.
 class OneThreadPolicy
          Created by IntelliJ IDEA.
 class ProcessorBoundThreadPolicy
          The ProcessorBoundThreadPolicy is a ThreadPolicy designed to process pipelines in a number of threads that is a multiple of the number of threads in the system.
 

Fields in org.d_haven.event.command declared as ThreadPolicy
private  ThreadPolicy DefaultThreadManager.m_policy
           
 

Constructors in org.d_haven.event.command with parameters of type ThreadPolicy
DefaultThreadManager(ThreadPolicy policy)
          Create the DefaultThreadManager using the ThreadPolicy of your choice.