com.esri.gpt.control.webharvest.engine
Class HarvesterStatisticsCollector
java.lang.Object
com.esri.gpt.control.webharvest.engine.HarvesterStatisticsCollector
public class HarvesterStatisticsCollector
- extends Object
Constructor Summary |
HarvesterStatisticsCollector(com.esri.gpt.control.webharvest.engine.Pool pool,
com.esri.gpt.control.webharvest.engine.WatchDog watchDog,
com.esri.gpt.control.webharvest.engine.TaskQueue taskQueue,
MessageBroker messageBroker)
Parameterized constructor to collect web harvester engine statistics |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HarvesterStatisticsCollector
public HarvesterStatisticsCollector(com.esri.gpt.control.webharvest.engine.Pool pool,
com.esri.gpt.control.webharvest.engine.WatchDog watchDog,
com.esri.gpt.control.webharvest.engine.TaskQueue taskQueue,
MessageBroker messageBroker)
- Parameterized constructor to collect web harvester engine statistics
- Parameters:
pool
- the web harvester poolwatchDog
- the web harvester watch dogtaskQueue
- the task queue of web harvestermessageBroker
- the message broker
writeStatistics
public void writeStatistics(ResponseWriter writer,
StringBuilder sb)
throws Exception
- Writes harvester engine statistics
- Parameters:
writer
- the response writersb
- the response string builder
- Throws:
Exception
- if exception occurs
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.