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

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

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

This is the key class for the availablePriorities table


Field Summary
protected  java.lang.String[] binNames
           
 
Constructor Summary
QueueTracker.PriorityKey(java.lang.String[] binNames)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binNames

protected java.lang.String[] binNames
Constructor Detail

QueueTracker.PriorityKey

public QueueTracker.PriorityKey(java.lang.String[] binNames)
Constructor

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object