Rice Pastry API

rice.pastry.standard
Class StandardAddress

java.lang.Object
  |
  +--rice.pastry.standard.StandardAddress
All Implemented Interfaces:
Address, java.io.Serializable

public class StandardAddress
extends java.lang.Object
implements Address

Constructs an address for a specific class and instance name.

Version:
$Id: StandardAddress.java,v 1.2 2003/05/11 18:20:17 animesh Exp $
Author:
Alan Mislove
See Also:
Serialized Form

Field Summary
protected  int myCode
           
 
Constructor Summary
StandardAddress(java.lang.Class c, java.lang.String instance)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myCode

protected int myCode
Constructor Detail

StandardAddress

public StandardAddress(java.lang.Class c,
                       java.lang.String instance)
Method Detail

hashCode

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

equals

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

Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection