Uses of Class
common.Statistics

Packages that use Statistics
bootstrapP   
common.interfaces   
messageServerP   
 

Uses of Statistics in bootstrapP
 

Methods in bootstrapP that return Statistics
 Statistics SafeMSForBSInterface.getStatistics(java.lang.String globalpw)
           
 

Uses of Statistics in common.interfaces
 

Methods in common.interfaces that return Statistics
 Statistics MSForBSInterface.getStatistics(java.lang.String globalpw)
          Returns the statistics of the message server.
 

Uses of Statistics in messageServerP
 

Methods in messageServerP that return Statistics
 Statistics Communication.getStatistics(java.lang.String MSPw)
           
 

Methods in messageServerP with parameters of type Statistics
 void TextualInterfaceIt.showLoadStats(Statistics currentStats, java.lang.String bsHost, int bsRmiPort, int bsUdpPort)
           
 void HumanInterface.showLoadStats(Statistics currentStats, java.lang.String bsHostName, int bsRmiPort, int bsUdpPort)
          Shows the load statistics.