Uses of Class
org.jppf.server.JPPFStats

Packages that use JPPFStats
org.jppf.client Support for the clients connecting to the JPPF driver. 
org.jppf.management Support for the JMX-based management of JPPF components. 
org.jppf.server Classes supporting the core functionality of the JPPF asynchronous comunication model. 
org.jppf.ui.monitoring.data Set of classes to handle the incoming statistics from the server. 
 

Uses of JPPFStats in org.jppf.client
 

Methods in org.jppf.client that return JPPFStats
 JPPFStats JPPFClient.requestStatistics()
          Deprecated. this method does not allow to chose which driver to get the statistics from. Use ((JPPFClientConnectionImpl) getConnection(java.lang.String)).getJmxConnection().statistics() instead.
 

Uses of JPPFStats in org.jppf.management
 

Methods in org.jppf.management that return JPPFStats
 JPPFStats JPPFDriverAdmin.statistics()
          Get the latest statistics snapshot from the JPPF driver.
 JPPFStats JPPFDriverAdminMBean.statistics()
          Get the latest statistics snapshot from the JPPF driver.
 JPPFStats JMXDriverConnectionWrapper.statistics()
          Get the latest statistics snapshot from the JPPF driver.
 

Uses of JPPFStats in org.jppf.server
 

Methods in org.jppf.server that return JPPFStats
 JPPFStats JPPFDriverStatsUpdater.getStats()
          Get the stats maintained by this updater.
 JPPFStats JPPFStats.makeCopy()
          Build a copy of this stats object.
 

Uses of JPPFStats in org.jppf.ui.monitoring.data
 

Methods in org.jppf.ui.monitoring.data that return JPPFStats
 JPPFStats StatsHandler.getLatestStats()
          Get the latest data snapshot.
 JPPFStats StatsHandler.getStats(int position)
          Get the data snapshot at a specified position.
 

Methods in org.jppf.ui.monitoring.data that return types with arguments of type JPPFStats
 List<JPPFStats> ConnectionDataHolder.getDataList()
          Get the list of statistic snapshots for this connection data holder.
 

Methods in org.jppf.ui.monitoring.data with parameters of type JPPFStats
static Map<Fields,Double> StatsFormatter.getDoubleValuesMap(JPPFStats stats)
          Get the map of values represented as double for a specified data snapshot.
static Map<Fields,String> StatsFormatter.getStringValuesMap(JPPFStats stats)
          Get the map of values represented as strings for a specified data snapshot.
 void StatsHandler.update(JPPFClientConnection connection, JPPFStats stats)
          Update the current statistics with new values obtained from the server.
 



Copyright © 2005-2010 JPPF Team.