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 Object
implements DownloadManagerAvailability


Constructor Summary
DownloadManagerAvailabilityImpl(TOTorrent to_torrent, List<List<String>> updated_trackers, String[] _enabled_peer_sources, String[] _enabled_networks)
           
 
Method Summary
 void destroy()
           
 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,
                                       List<List<String>> updated_trackers,
                                       String[] _enabled_peer_sources,
                                       String[] _enabled_networks)
Method Detail

getTrackerPeerSources

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

destroy

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