Uses of Class
mail.node.RequestFailedException

Packages that use RequestFailedException
mail.node   
 

Uses of RequestFailedException in mail.node
 

Methods in mail.node that throw RequestFailedException
abstract  void Node.addNeighbor(Node n)
          add's another neighbor to the node's list of neighbors
 java.util.ArrayList<Node> RemoteNode.getClosest(ID nodeid)
           
abstract  java.util.ArrayList<Node> Node.getClosest(ID nodeid)
          returns the neighbors of this node sorted by distance.
 java.util.Collection<Mail> RemoteNode.getMail(ID receiver)
           
abstract  java.util.Collection<Mail> Node.getMail(ID receiver)
           
 ID RemoteNode.getName(NameID nameid)
           
abstract  ID Node.getName(NameID nameid)
          fetches the ID that registered the name with the given ID
 java.util.Collection<Node> RemoteNode.getNeighbors()
           
abstract  java.util.Collection<Node> Node.getNeighbors()
          returns all the neighbors of this Node
 Node RemoteNode.getNode(ID id)
           
abstract  Node Node.getNode(ID id)
           
 java.util.Collection<Node> Node.searchClosest(int num, ID target)
           
 void RemoteNode.store(Mail m)
           
abstract  void Node.store(Mail m)
           
 void RemoteNode.storeName(NameID nameid, ID user)
           
abstract  void Node.storeName(NameID nameid, ID user)