|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinfoservice.StatusStatistics
public class StatusStatistics
This class is the implementation for the status statistics. It is used to get some statistics for every mixcascade. This class is a singleton.
| Field Summary | |
|---|---|
private java.util.Hashtable |
m_statisticsDatabase
Stores the statistics. |
private static StatusStatistics |
ms_statusStatisticsInstance
Stores the instance of StatusStatistics (Singleton). |
| Constructor Summary | |
|---|---|
private |
StatusStatistics()
Creates a new instance of StatusStatistics. |
| Method Summary | |
|---|---|
static StatusStatistics |
getInstance()
Returns the instance of StatusStatistics (Singleton). |
void |
run()
This does the periodically write out of the statistics. |
void |
update(StatusInfo a_statusEntry)
Updates the statistics for one mixcascade. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static StatusStatistics ms_statusStatisticsInstance
private java.util.Hashtable m_statisticsDatabase
| Constructor Detail |
|---|
private StatusStatistics()
| Method Detail |
|---|
public static StatusStatistics getInstance()
public void run()
run in interface java.lang.Runnablepublic void update(StatusInfo a_statusEntry)
a_statusEntry - The status for updating the statistics.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||