com.aelitis.azureus.core.speedmanager.impl
Class TestPingSourceRandom

java.lang.Object
  extended by com.aelitis.azureus.core.speedmanager.impl.TestPingSourceImpl
      extended by com.aelitis.azureus.core.speedmanager.impl.TestPingSourceRandom
All Implemented Interfaces:
DHTSpeedTester

public class TestPingSourceRandom
extends TestPingSourceImpl


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aelitis.azureus.core.speedmanager.impl.TestPingSourceImpl
TestPingSourceImpl.testSource
 
Constructor Summary
protected TestPingSourceRandom(SpeedManagerAlgorithmProviderAdapter adapter)
           
 
Method Summary
protected  void updateSources(TestPingSourceImpl.testSource[] sources)
           
 
Methods inherited from class com.aelitis.azureus.core.speedmanager.impl.TestPingSourceImpl
addContact, addListener, destroy, getAdapter, getContactNumber, removeContact, removeListener, setContactNumber, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPingSourceRandom

protected TestPingSourceRandom(SpeedManagerAlgorithmProviderAdapter adapter)
Method Detail

updateSources

protected void updateSources(TestPingSourceImpl.testSource[] sources)
Specified by:
updateSources in class TestPingSourceImpl