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=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=fc5d84ec7bdd3b73ff998ebad5d740a97139321c;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;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 deleted file mode 100644 index fc5d84e..0000000 --- a/website/full_javadoc/compbio/stat/servlet/util/StatCollection.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - - -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
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -