Adding JABA web services usage statistics web application. Stat database is to follow
authorpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Mon, 23 May 2011 17:16:06 +0000 (17:16 +0000)
committerpvtroshin <pvtroshin@e3abac25-378b-4346-85de-24260fe3988d>
Mon, 23 May 2011 17:16:06 +0000 (17:16 +0000)
commit451b60b868fc003d2b02a6f453461f365eb83f62
tree6e5868606de1a5324594adce03a0f948ea4004bc
parentc25084b8b2ffc377db57c2b352d27e552c7bc6dc
Adding JABA web services usage statistics web application. Stat database is to follow

git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4153 e3abac25-378b-4346-85de-24260fe3988d
12 files changed:
webservices/compbio/stat/collector/ExecutionStatCollector.java [moved from webservices/compbio/ws/execstat/ExecutionStatCollector.java with 70% similarity]
webservices/compbio/stat/collector/JobStat.java [new file with mode: 0644]
webservices/compbio/stat/collector/StatDB.java [moved from webservices/compbio/ws/execstat/StatDB.java with 56% similarity]
webservices/compbio/stat/collector/StatManager.java [new file with mode: 0644]
webservices/compbio/stat/collector/StatProcessor.java [new file with mode: 0644]
webservices/compbio/stat/servlet/DisplayStat.java [new file with mode: 0644]
webservices/compbio/stat/servlet/Joblist.java [new file with mode: 0644]
webservices/compbio/stat/servlet/StatisticCollector.java [new file with mode: 0644]
webservices/compbio/stat/servlet/Totals.java [new file with mode: 0644]
webservices/compbio/stat/servlet/YearStat.java [new file with mode: 0644]
webservices/compbio/ws/client/Services.java
webservices/compbio/ws/execstat/StatProcessor.java [deleted file]