ostore.tapestry.impl
Class NodeGuid

java.lang.Object
  |
  +--ostore.tapestry.impl.NodeGuid
All Implemented Interfaces:
QueueElementIF

public class NodeGuid
extends Object
implements QueueElementIF

Get the node guid of the local node.

Version:
$Id: NodeGuid.java,v 1.1 2003/02/19 10:32:31 hweather Exp $
Author:
Hakim Weatherspoon
See Also:
Router

Field Summary
 SecureHash node_guid
          GUID of local node.
 
Constructor Summary
NodeGuid(SecureHash node_guid)
          Construct according to the given fields.
 
Method Summary
 String toString()
          Specified by java.lang.Object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node_guid

public SecureHash node_guid
GUID of local node.
Constructor Detail

NodeGuid

public NodeGuid(SecureHash node_guid)
Construct according to the given fields.
Method Detail

toString

public String toString()
Specified by java.lang.Object
Overrides:
toString in class Object