ostore.tapestry.impl
Class GuidAddr

java.lang.Object
  |
  +--ostore.tapestry.impl.GuidAddr

public class GuidAddr
extends Object


Constructor Summary
GuidAddr(SecureHash guid, NodeId addr)
           
 
Method Summary
 NodeId getAddr()
           
 SecureHash getGuid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuidAddr

public GuidAddr(SecureHash guid,
                NodeId addr)
Method Detail

getGuid

public SecureHash getGuid()

getAddr

public NodeId getAddr()