mail.test
Class Test

java.lang.Object
  extended by mail.test.Test
All Implemented Interfaces:
java.lang.Runnable

public class Test
extends java.lang.Object
implements java.lang.Runnable

Author:
Arne Müller

Field Summary
(package private)  Communicator comm
           
(package private)  int commCount
           
 
Constructor Summary
Test(Communicator comm, Node start)
           
 
Method Summary
private  void fetchMail(LocalNode n)
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comm

Communicator comm

commCount

int commCount
Constructor Detail

Test

public Test(Communicator comm,
            Node start)
Method Detail

fetchMail

private void fetchMail(LocalNode n)

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

public static void main(java.lang.String[] args)