| Package | Description |
|---|---|
| org.d_haven.event.command |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultThreadManager
The DefaultThreadManager is a very flexible implementation that
should be able to solve just about any need.
|
| Modifier and Type | Field and Description |
|---|---|
private ThreadManager |
AbstractThreadPolicy.m_manager |
private ThreadManager |
DefaultCommandManager.m_threads |
| Modifier and Type | Method and Description |
|---|---|
ThreadManager |
DefaultCommandManager.getThreadManager()
Get the ThreadManager we are using for this CommandManager.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
DefaultCommandManager(ThreadManager manager)
Create the DefaultCommandManager using the supplied
ThreadManager.
|