org.objectweb.tribe.faultdetection
Class UDPPongThread

java.lang.Object
  extended byorg.objectweb.tribe.faultdetection.UDPPongThread
All Implemented Interfaces:
java.lang.Runnable

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

This class defines a UDPPongThread. Send an echo message

Version:
1.0
Author:
Nicolas Modrzyk

Constructor Summary
UDPPongThread(IpAddress src, IpAddress target)
          Creates a new UDPPongThread object
 
Method Summary
 void run()
           
 void setQuit(boolean quit)
          Sets the quit value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPPongThread

public UDPPongThread(IpAddress src,
                     IpAddress target)
Creates a new UDPPongThread object

Parameters:
src -
target -
Method Detail

run

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

setQuit

public void setQuit(boolean quit)
Sets the quit value.

Parameters:
quit - The quit to set.


Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.