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


public interface IIsAliveSender

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

A class implementing this interface should also provide a constructor taking a java.util.Properties object. 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 sender thread.
 

Method Detail

stop

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

Throws:
ShareMeException - If an error occurs.