org.jppf.ui.monitoring.data
Class ConnectionDataHolder

java.lang.Object
  extended by org.jppf.ui.monitoring.data.ConnectionDataHolder

public class ConnectionDataHolder
extends Object

Instances of this class hold and manage statistics data snapshots for a single driver connection.

Author:
Laurent Cohen

Constructor Summary
ConnectionDataHolder()
           
 
Method Summary
 List<JPPFStats> getDataList()
          Get the list of statistic snapshots for this connection data holder.
 List<Map<Fields,Double>> getDoubleValuesMaps()
          Get a cache of the data snapashots fields maps to their corresponding double values.
 List<Map<Fields,String>> getStringValuesMaps()
          Get a cache of the data snapashots fields maps to their corresponding string values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDataHolder

public ConnectionDataHolder()
Method Detail

getDataList

public List<JPPFStats> getDataList()
Get the list of statistic snapshots for this connection data holder.

Returns:
a list of JPPFStats instances.

getDoubleValuesMaps

public List<Map<Fields,Double>> getDoubleValuesMaps()
Get a cache of the data snapashots fields maps to their corresponding double values.

Returns:
a list of maps of field names to double values.

getStringValuesMaps

public List<Map<Fields,String>> getStringValuesMaps()
Get a cache of the data snapashots fields maps to their corresponding string values.

Returns:
a list of maps of field names to string values.


Copyright © 2005-2010 JPPF Team.