org.apache.manifoldcf.crawler.interfaces
Class QueueTracker.ThrottleLimits

java.lang.Object
  extended by org.apache.manifoldcf.crawler.interfaces.QueueTracker.ThrottleLimits
Enclosing class:
QueueTracker

protected static class QueueTracker.ThrottleLimits
extends java.lang.Object

This class represents the throttle limits out of the connection specification


Field Summary
protected  java.util.ArrayList specs
           
 
Constructor Summary
QueueTracker.ThrottleLimits(IRepositoryConnection connection)
           
 
Method Summary
 double[] getMaximumRates(java.lang.String[] binNames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

specs

protected java.util.ArrayList specs
Constructor Detail

QueueTracker.ThrottleLimits

public QueueTracker.ThrottleLimits(IRepositoryConnection connection)
Method Detail

getMaximumRates

public double[] getMaximumRates(java.lang.String[] binNames)