public static DownloadManagerState getDownloadState(TOTorrent torrent) throws TOTorrentException {

    return (DownloadManagerStateImpl.getDownloadState(torrent));
  }