Class | Description |
---|---|
Arrays | Deprecated |
AverageCPUTask |
This class computes the average CPU use by a thread during last minute.
|
AverageLoadTask |
This class computes the load average of the server using Unix algorithm.
|
BinaryDump |
This class allows to produce various dump of bytes arrays.
|
Configuration |
This class holds a static list of properties accessible from anywhere.
|
Daemon |
The Daemon class represents a basic active component in a server.
|
Debug |
This class handles the debug traces.
|
Debug.PrivateLogger | |
Pool | |
Queue |
The
Queue class implements a First-In-First-Out
(FIFO) list of objects. |
Strings |
This class provides a set of static functions for building string
representations of complex structures.
|
Exception | Description |
---|---|
EmptyQueueException |
Thrown by methods in the
Queue class to indicate
that the queue is empty. |
StoppedQueueException |
Thrown by the
push method of the Queue class
when the queue is actually stopping or stopped. |
Copyright © 2021 ScalAgent D.T.. All rights reserved.