service.id
Class IdentificationServer.PingManager

java.lang.Object
  extended by java.lang.Thread
      extended by service.id.IdentificationServer.PingManager
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
IdentificationServer

protected class IdentificationServer.PingManager
extends java.lang.Thread

The heartbreak thread send regularly an hearbreak message to each process. If a communication problem is detected with a process, it is considered as crashed and its identifier is removed from the identifier list.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
protected  int delay
          Delay between each heartbreak round.
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
IdentificationServer.PingManager(CommunicationElement commElt)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

delay

protected int delay
Delay between each heartbreak round.

Constructor Detail

IdentificationServer.PingManager

public IdentificationServer.PingManager(CommunicationElement commElt)
Method Detail

run

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