FileDocCategorySizeDatePackage
DownloadManagerStateFactory.javaAPI DocAzureus 3.0.3.41666Wed Dec 13 16:17:24 GMT 2006org.gudy.azureus2.core3.download

DownloadManagerStateFactory

public class DownloadManagerStateFactory extends Object
author
parg

Fields Summary
Constructors Summary
Methods Summary
public static voiddiscardGlobalStateCache()

		DownloadManagerStateImpl.discardGlobalStateCache();
	
public static DownloadManagerStategetDownloadState(TOTorrent torrent)

		return( DownloadManagerStateImpl.getDownloadState( torrent ));
	
public static voidloadGlobalStateCache()

		DownloadManagerStateImpl.loadGlobalStateCache();
	
public static voidsaveGlobalStateCache()

		DownloadManagerStateImpl.saveGlobalStateCache();