| Package | Description |
|---|---|
| com.cs.software.engine.threadpool |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkerThreadQueue
Describe class
WorkerThread here. |
class |
WorkerThreadTransport
Describe class
WorkerThread here. |
| Modifier and Type | Method and Description |
|---|---|
WorkerThread |
ThreadActive.getWorkerThread()
Synchronized - Will retrieve the next Thread from the queue
note: This call will block until a message is received
|
WorkerThread |
ThreadMgr.getWorkerThread(PoolMgr aPoolMgr,
String aName,
Class<ServicesIntf> aWorkerClass)
This method will return a worker thread from the pool manager.
|
WorkerThread |
ThreadActive.getWorkerThreadNoWait()
Will retrieve the next message from the queue
note: This call will NOT BLOCK if not message returns null
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkerThread> |
PoolMgr.getThreadList() |
Collection<WorkerThread> |
PoolMgr.getThreadsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadActive.addThread(WorkerThread aThread)
Synchronized - Add a Thread to the queue, which is ready for work
|
Copyright © 2020. All rights reserved.