compbio.stat.servlet.util
Class StatCollection

java.lang.Object
  extended by compbio.stat.servlet.util.StatCollection

public class StatCollection
extends Object


Nested Class Summary
static class StatCollection.Stattype
          Total number of requests incomplete abandoned cancelled
 
Constructor Summary
StatCollection()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<Services,StatProcessor> getAllStat()
           
 Map<Services,StatProcessor> getClusterStat()
           
 Map<Services,StatProcessor> getLocalStat()
           
static Map<Date,Totals> getStats(Date fromDate)
           
static Map<Date,Totals> getStats(int monthsToReport)
           
 int hashCode()
           
static StatCollection newStatCollecton(Date startDate, Date endDate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatCollection

public StatCollection()
Method Detail

getAllStat

public Map<Services,StatProcessor> getAllStat()

getClusterStat

public Map<Services,StatProcessor> getClusterStat()

getLocalStat

public Map<Services,StatProcessor> getLocalStat()

getStats

public static Map<Date,Totals> getStats(int monthsToReport)
                                 throws SQLException
Throws:
SQLException

getStats

public static Map<Date,Totals> getStats(Date fromDate)
                                 throws SQLException
Throws:
SQLException

newStatCollecton

public static StatCollection newStatCollecton(Date startDate,
                                              Date endDate)
                                       throws SQLException
Throws:
SQLException

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object