| Package | Description |
|---|---|
| ca.randolf.lang |
Various classes that add value to Java.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicThreadPool |
DynamicThread.getPool()
Returns the DynamicThreadPool object that instantiated this DynamicThread
object and is responsible for dispatching it.
|
DynamicThreadPool<Target> |
DynamicThreadPool.start()
Starts the DynamicThreadPool.
|
| Constructor and Description |
|---|
DynamicThread(DynamicThreadPool pool,
long poolID,
ThreadGroup threadGroup,
Target target,
String threadName,
long stackSize)
Instantiates a new DynamicThread object.
|