| Package | Description |
|---|---|
| com.cs.software.engine | |
| com.cs.software.engine.threadpool |
| Modifier and Type | Field and Description |
|---|---|
protected PoolMgr |
EngineBase.poolMgr |
| Modifier and Type | Field and Description |
|---|---|
protected PoolMgr |
WorkerThread.poolMgr |
| Modifier and Type | Method and Description |
|---|---|
PoolMgr |
ThreadMgr.getPoolMgr(String aName)
This method
getPoolMgr will return the Pool Manager
associated with the supplied name
|
| Modifier and Type | Method and Description |
|---|---|
List<PoolMgr> |
ThreadMgr.getPoolMgrs()
This method
getPoolMgr will return the list of pool managers. |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadActive.addReader(PoolMgr aReader)
Synchronized - Will add a new Reader (PoolMgr) to the Queue
|
WorkerThread |
ThreadMgr.getWorkerThread(PoolMgr aPoolMgr,
String aName,
Class<ServicesIntf> aWorkerClass)
This method will return a worker thread from the pool manager.
|
void |
ThreadActive.removeReader(PoolMgr aReader)
Synchronized - Will remove a Reader (PoolMgr) from the Queue
|
| Constructor and Description |
|---|
WorkerThread(PoolMgr aPoolMgr,
String anId,
ServicesIntf aService)
Creates a new WorkThreadThread
|
WorkerThreadQueue(PoolMgr aPoolMgr,
String anId,
ServicesIntf aService)
Creates a new WorkThreadThread
|
WorkerThreadTransport(PoolMgr aPoolMgr,
String anId,
ServicesIntf aService,
TransportIntf aTransport)
Creates a new WorkThreadThread
|
Copyright © 2020. All rights reserved.