com.aelitis.azureus.core.subs.impl
Class SubscriptionDownloader

java.lang.Object
  extended by com.aelitis.azureus.core.subs.impl.SubscriptionDownloader

public class SubscriptionDownloader
extends java.lang.Object


Constructor Summary
protected SubscriptionDownloader(SubscriptionManagerImpl _manager, SubscriptionImpl _subs)
           
 
Method Summary
protected  void checkAutoDownload(SubscriptionResultImpl[] results)
           
protected  void download()
           
protected  void log(java.lang.String str)
           
protected  void log(java.lang.String str, java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptionDownloader

protected SubscriptionDownloader(SubscriptionManagerImpl _manager,
                                 SubscriptionImpl _subs)
                          throws SubscriptionException
Throws:
SubscriptionException
Method Detail

download

protected void download()
                 throws SubscriptionException
Throws:
SubscriptionException

checkAutoDownload

protected void checkAutoDownload(SubscriptionResultImpl[] results)

log

protected void log(java.lang.String str)

log

protected void log(java.lang.String str,
                   java.lang.Throwable e)