p2pMapReduce.impl.networkModule.jxta
Class NodeInfoController

java.lang.Object
  extended by p2pMapReduce.impl.networkModule.jxta.NodeInfoController
All Implemented Interfaces:
java.lang.Runnable

Deprecated. no longer used

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

Execute a periodic control of the local NodeAdvertisement cache. If some NodeAdvertisement are expired a failure event is notified to the associated NodeModule


Constructor Summary
NodeInfoController(JxtaNetworkModule networkModule)
          Deprecated.  
 
Method Summary
 void run()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInfoController

public NodeInfoController(JxtaNetworkModule networkModule)
Deprecated. 
Method Detail

run

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