Package | Description |
---|---|
de.esprit.netsuite.server.chreq |
Contains classes that make up the Dual-Port Servers request/response oriented data service
|
de.esprit.netsuite.server.cpu |
Contains classes of the positioner tool (MVC-demo)
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionThreadPool
This thread-pool provides the threads that manage socket connections.
|
class |
RequestServiceThreadPool
This thread pool uses cached threads in order to forward a request to a particular
RequestHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentSleeperThreadPool
This ThreadPool is used to execute async (sleepy) agents which do NOT consume much CPU time.
|
class |
AgentTimerThreadPool
This pool provides timer-threads for canceling async agents that timed out on the server.
|
class |
AgentWorkerThreadPool
This ThreadPool is used to execute async agents which put CPU load on the server.
|
class |
TransferThreadPool
This thread pool provides threads used for file transfers.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.