rice.p2p.past.gc
Class GCPastMetadata
java.lang.Object
rice.p2p.past.gc.GCPastMetadata
-
All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
-
Direct Known Subclasses:
- DeliveryMetadata
-
public class GCPastMetadata
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Comparable
- Version:
- $Id: GCPastMetadata.java 2302 2005-03-11 00:58:26Z jeffh $
- Author:
- Peter Druschel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
expiration
protected long expiration
GCPastMetadata
public GCPastMetadata(long expiration)
- Constructor.
- Parameters:
-
msg
- The string representing the error.
getExpiration
public long getExpiration()
- Method which returns the expiration time
-
-
- Returns:
- The contained expiration time
setExpiration
public GCPastMetadata setExpiration(long expiration)
- Method which sets the expiration time
-
-
- Parameters:
-
The
- new expiration time
equals
public boolean equals(java.lang.Object o)
-
- Overrides:
-
equals
in class java.lang.Object
-
hashCode
public int hashCode()
-
- Overrides:
-
hashCode
in class java.lang.Object
-
compareTo
public int compareTo(java.lang.Object other)
- Comparable, returns -1 if less, 0 if equal, and 1 if greater
-
- Specified by:
-
compareTo
in interface java.lang.Comparable
-
- Parameters:
-
other
- The object ot compare to
- Returns:
- the comparison
toString
public java.lang.String toString()
-
- Overrides:
-
toString
in class java.lang.Object
-
Copyright © 2001-2005 - Rice Pastry.