| Package | Description |
|---|---|
| com.cs.software.engine | |
| com.cs.software.engine.threadpool |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadMgr |
EngineBase.threadMgr |
| Modifier and Type | Method and Description |
|---|---|
static ThreadMgr |
ThreadMgr.getInstance()
This method
getInstance will return the instance (singleton)
of Thread manager. |
static ThreadMgr |
ThreadMgr.getInstance(String aGroupName)
This method
getInstance will return the instance (singleton)
of Thread manager by name. |
| Modifier and Type | Method and Description |
|---|---|
void |
PoolMgr.init(ThreadMgr aThreadMgr,
int aMin,
int aMax,
int aPriority,
Class<ServicesIntf> aServicesClass)
Initializes a new Pool instance
|
Copyright © 2020. All rights reserved.