dermi.core.pastry
Class NodeHandle

java.lang.Object
  extended by java.util.Observable
      extended by rice.p2p.commonapi.NodeHandle
          extended by rice.pastry.NodeHandle
              extended by dermi.core.pastry.NodeHandle
All Implemented Interfaces:
NodeHandle, java.io.Serializable, rice.pastry.LocalNodeI, rice.pastry.messaging.MessageReceiver

public abstract class NodeHandle
extends rice.pastry.NodeHandle
implements NodeHandle

Specific Pastry NodeHandle implementation

Version:
1.2
Author:
Carles Pairot
See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.pastry.NodeHandle
LIVENESS_ALIVE, LIVENESS_DEAD, LIVENESS_SUSPECTED, localnode
 
Fields inherited from class rice.p2p.commonapi.NodeHandle
DECLARED_DEAD, DECLARED_LIVE, PROXIMITY_CHANGED
 
Constructor Summary
NodeHandle()
           
 
Method Summary
 
Methods inherited from class rice.pastry.NodeHandle
afterSetLocalNode, assertLocalNode, bootstrap, checkLiveness, equals, getId, getLiveness, getLocalNode, getNodeId, hashCode, isAlive, ping, proximity, setLocalNode
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface rice.pastry.messaging.MessageReceiver
receiveMessage
 

Constructor Detail

NodeHandle

public NodeHandle()