at.ac.tuwien.infosys.rnue.interfaces
Interface IIsAliveReceiver

All Superinterfaces:
java.lang.Runnable

public interface IIsAliveReceiver
extends java.lang.Runnable

The IIsAliveReceiver interface specifies the methods that have to be provided by the is-alive receiver thread.

A class implementing this interface should also provide a constructor taking a java.util.Properties object and a at.ac.tuwien.infosys.rnue.interfaces.IHostList object as arguments (in this order). The constructor may throw at.ac.tuwien.infosys.rnue.helpers.ShareMeException in case of an error (e.g., the socket cannot be created).


Method Summary
 void stop()
          Stops the is-alive receiver thread.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

stop

public void stop()
          throws ShareMeException
Stops the is-alive receiver thread.

Throws:
ShareMeException - If an error occurs.