Uses of Class
mail.node.LocalNode

Packages that use LocalNode
mail   
mail.communication   
mail.communication.inet   
mail.gui   
mail.node.remote   
mail.test   
 

Uses of LocalNode in mail
 

Fields in mail declared as LocalNode
private  LocalNode User.me
           
 

Methods in mail that return LocalNode
 LocalNode User.getLocalNode()
           
 

Uses of LocalNode in mail.communication
 

Methods in mail.communication with parameters of type LocalNode
abstract  void Communicator.attachNode(LocalNode l)
           
abstract  void CPackage.performAction(LocalNode local)
          the data of this package should also have some use, so perform an action on the local node
 

Uses of LocalNode in mail.communication.inet
 

Fields in mail.communication.inet declared as LocalNode
private  LocalNode InetCommunicator.local
          the local node this communicator is attached to
 

Methods in mail.communication.inet with parameters of type LocalNode
 void InetCommunicator.attachNode(LocalNode l)
           
 

Uses of LocalNode in mail.gui
 

Fields in mail.gui declared as LocalNode
private  LocalNode P2pMail.l
           
 

Methods in mail.gui that return LocalNode
 LocalNode P2pMail.getNode()
           
 

Uses of LocalNode in mail.node.remote
 

Methods in mail.node.remote with parameters of type LocalNode
 void NameStore.performAction(LocalNode local)
           
 void NameReply.performAction(LocalNode local)
           
 void NameRequest.performAction(LocalNode local)
           
 void NodeRequest.performAction(LocalNode local)
           
 void NodeReply.performAction(LocalNode local)
           
 void MailReply.performAction(LocalNode local)
           
 void MailRequest.performAction(LocalNode local)
           
 void Store.performAction(LocalNode local)
           
 void ClosestReply.performAction(LocalNode local)
           
 void NeighborRequest.performAction(LocalNode local)
           
 void Add.performAction(LocalNode local)
           
 void ClosestRequest.performAction(LocalNode local)
           
 void NeighborReply.performAction(LocalNode local)
           
 

Uses of LocalNode in mail.test
 

Fields in mail.test declared as LocalNode
private  LocalNode TestCommunicator.myNode
           
 

Methods in mail.test with parameters of type LocalNode
 void TestCommunicator.attachNode(LocalNode l)
           
private  void Test.fetchMail(LocalNode n)