com.aelitis.azureus.core.lws
Class LightWeightSeedManager
java.lang.Object
com.aelitis.azureus.core.lws.LightWeightSeedManager
public class LightWeightSeedManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LightWeightSeedManager
protected LightWeightSeedManager()
getSingleton
public static LightWeightSeedManager getSingleton()
startUp
protected void startUp()
add
public LightWeightSeed add(String name,
HashWrapper hash,
URL url,
File data_location,
String network,
LightWeightSeedAdapter adapter)
throws Exception
- Throws:
Exception
get
public LightWeightSeed get(HashWrapper hw)
processTimer
protected void processTimer()
remove
protected void remove(LightWeightSeed lws)
addToDHTTracker
protected void addToDHTTracker(LWSDownload download)
removeFromDHTTracker
protected void removeFromDHTTracker(LWSDownload download)
addDownload
protected void addDownload(LWSDownload download)
removeDownload
protected void removeDownload(LWSDownload download)
log
protected void log(String str)
log
protected void log(String str,
Throwable e)