X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2Futil%2FStatCollection.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fstat%2Fservlet%2Futil%2FStatCollection.html;h=4292bfb09b2225a5e26d40c54c6e6bdc397311f7;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html new file mode 100644 index 0000000..4292bfb --- /dev/null +++ b/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html @@ -0,0 +1,443 @@ + + + + + + +StatCollection + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +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 classStatCollection.Stattype + +
+          Total number of requests + + incomplete abandoned cancelled
+  + + + + + + + + + + +
+Constructor Summary
StatCollection() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ booleanequals(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) + +
+           
+ inthashCode() + +
+           
+static StatCollectionnewStatCollecton(Date startDate, + Date endDate) + +
+           
+ StringtoString() + +
+           
+ + + + + + + +
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
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +