com.openharbor.beck.map
Class PollableURL.Description

java.lang.Object
  extended bycom.openharbor.beck.map.PollableURL.Description
Enclosing class:
PollableURL

protected static class PollableURL.Description
extends java.lang.Object

Properties of a document that are examined to decide whether it has changed.


Field Summary
 long crc
           
 long size
           
 long timeModified
           
 
Constructor Summary
protected PollableURL.Description()
           
 
Method Summary
 boolean equals(java.lang.Object source)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

timeModified

public long timeModified

size

public long size

crc

public long crc
Constructor Detail

PollableURL.Description

protected PollableURL.Description()
Method Detail

equals

public boolean equals(java.lang.Object source)

hashCode

public int hashCode()

toString

public java.lang.String toString()