Class | Description |
---|---|
Arrays |
This class contains various methods for sorting and searching int arrays.
|
AverageLoadTask |
This class computes the load average of the server using Unix algorithm.
|
BinaryDump | |
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 © 2013 ScalAgent D.T.. All Rights Reserved.