org.gudy.azureus2.core3.download.impl
Class DownloadManagerAvailabilityImpl

java.lang.Object
  extended by org.gudy.azureus2.core3.download.impl.DownloadManagerAvailabilityImpl
All Implemented Interfaces:
DownloadManagerAvailability

public class DownloadManagerAvailabilityImpl
extends java.lang.Object
implements DownloadManagerAvailability


Constructor Summary
DownloadManagerAvailabilityImpl(TOTorrent to_torrent, java.util.List<java.util.List<java.lang.String>> updated_trackers, java.lang.String[] _enabled_peer_sources, java.lang.String[] _enabled_networks)
           
 
Method Summary
 void destroy()
           
 java.util.List<TrackerPeerSource> getTrackerPeerSources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadManagerAvailabilityImpl

public DownloadManagerAvailabilityImpl(TOTorrent to_torrent,
                                       java.util.List<java.util.List<java.lang.String>> updated_trackers,
                                       java.lang.String[] _enabled_peer_sources,
                                       java.lang.String[] _enabled_networks)
Method Detail

getTrackerPeerSources

public java.util.List<TrackerPeerSource> getTrackerPeerSources()
Specified by:
getTrackerPeerSources in interface DownloadManagerAvailability

destroy

public void destroy()
Specified by:
destroy in interface DownloadManagerAvailability