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

Packages that use ThreadManager
org.d_haven.event.command   
 

Uses of ThreadManager in org.d_haven.event.command
 

Classes in org.d_haven.event.command that implement ThreadManager
 class DefaultThreadManager
          The DefaultThreadManager is a very flexible implementation that should be able to solve just about any need.
 

Methods in org.d_haven.event.command that return ThreadManager
 ThreadManager DefaultCommandManager.getThreadManager()
          Get the ThreadManager we are using for this CommandManager.
 

Methods in org.d_haven.event.command with parameters of type ThreadManager
 void AbstractThreadPolicy.executeLoop(ThreadManager manager)
          Take care of the standard checks that need to be in place, and then delegate to the AbstractThreadPolicy.startLoop() method to do any further initialization.
 void ThreadPolicy.executeLoop(ThreadManager manager)
          Execute the management loop.
 

Constructors in org.d_haven.event.command with parameters of type ThreadManager
DefaultCommandManager(ThreadManager manager)
          Create the DefaultCommandManager using the supplied ThreadManager.
 



Copyright © 2004-2005 D-Haven.org. All Rights Reserved.