rina.idd
Class IDDProcess

java.lang.Object
  extended by rina.idd.IDDProcess
All Implemented Interfaces:
java.lang.Runnable

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

One instance of the IDD process listens for connections in this version the IDD is centralized but we can have multiple instances of it


Field Summary
 RINAConfig config
          config file
 
Constructor Summary
IDDProcess(RINAConfig config)
           
 
Method Summary
 void registerToDNS()
           
 void run()
          IDD thread listening process
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

config

public RINAConfig config
config file

Constructor Detail

IDDProcess

public IDDProcess(RINAConfig config)
Method Detail

run

public void run()
IDD thread listening process

Specified by:
run in interface java.lang.Runnable

registerToDNS

public void registerToDNS()