| Package | Description |
|---|---|
| performanceMonitor |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Queue<PerformanceInfo> |
PerformanceMonitorQueue.perfromanceInfoQueue
Queue of information about the system.
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceInfo |
PerformanceMonitorQueue.takePerformanceInfo()
Gets a performance information from the queue.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PerformanceMonitorQueue.addPerformanceInfo(PerformanceInfo value)
Adds a performance information to the queue.
|