lhmc.network
Class HostListener

java.lang.Object
  extended by lhmc.network.HostListener
All Implemented Interfaces:
java.lang.Runnable

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

HostListener is a threaded class that listens for a multicast messages and when a multicast message arrive sends the hostname.

Version:
0.01 Jun 2007
Author:
Cristina Roura Claver

Constructor Summary
HostListener()
           
 
Method Summary
 void run()
          Executes the HostListener thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostListener

public HostListener()
Method Detail

run

public void run()
Executes the HostListener thread.

Specified by:
run in interface java.lang.Runnable