Uses of Class
mail.node.RemoteNode

Packages that use RemoteNode
mail.communication   
mail.communication.inet   
mail.node.remote   
mail.test   
 

Uses of RemoteNode in mail.communication
 

Fields in mail.communication declared as RemoteNode
(package private)  RemoteNode NotReachableException.to
           
 

Methods in mail.communication with parameters of type RemoteNode
abstract  void Communicator.sendPackage(CPackage p, RemoteNode to)
           
 

Constructors in mail.communication with parameters of type RemoteNode
NotReachableException(RemoteNode to)
           
 

Uses of RemoteNode in mail.communication.inet
 

Methods in mail.communication.inet with parameters of type RemoteNode
 void InetCommunicator.sendPackage(CPackage p, RemoteNode to)
           
 

Uses of RemoteNode in mail.node.remote
 

Fields in mail.node.remote declared as RemoteNode
(package private)  RemoteNode Add.node
           
 

Constructors in mail.node.remote with parameters of type RemoteNode
Add(Communicator c, RemoteNode n)
           
 

Uses of RemoteNode in mail.test
 

Methods in mail.test that return RemoteNode
private static RemoteNode TestCommunicator.spawn(Communicator c)
           
 

Methods in mail.test with parameters of type RemoteNode
 void TestCommunicator.sendPackage(CPackage p, RemoteNode to)