|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.azureus2.pluginsimpl.remote.RPObject
org.gudy.azureus2.pluginsimpl.remote.download.RPDownloadScrapeResult
public class RPDownloadScrapeResult
| Field Summary | |
|---|---|
protected DownloadScrapeResult |
delegate
|
int |
non_seed_count
|
int |
seed_count
|
| Fields inherited from class org.gudy.azureus2.pluginsimpl.remote.RPObject |
|---|
__delegate, _dispatcher, _object_id, next_key, object_registry, object_registry_reverse |
| Fields inherited from interface org.gudy.azureus2.plugins.download.DownloadScrapeResult |
|---|
RT_ERROR, RT_SUCCESS |
| Constructor Summary | |
|---|---|
protected |
RPDownloadScrapeResult(DownloadScrapeResult _delegate)
|
| Method Summary | |
|---|---|
RPReply |
_process(RPRequest request)
|
protected void |
_setDelegate(Object _delegate)
|
Object |
_setLocal()
|
static RPDownloadScrapeResult |
create(DownloadScrapeResult _delegate)
|
Download |
getDownload()
Gives access to the associated download |
long |
getNextScrapeStartTime()
|
int |
getNonSeedCount()
Gives the number of non-seeds returned by the scrape |
int |
getResponseType()
A scrape result can denote either a successful or failed scrape. |
long |
getScrapeStartTime()
|
int |
getSeedCount()
Gives the number of seeds returned by the scrape |
String |
getStatus()
returns a string representation of the scrape status |
URL |
getURL()
The URL for the tracker |
void |
setNextScrapeStartTime(long nextScrapeStartTime)
Sets the next scrape time |
| Methods inherited from class org.gudy.azureus2.pluginsimpl.remote.RPObject |
|---|
_fixupLocal, _getDelegate, _getName, _getOID, _lookupLocal, _lookupLocal, _refresh, _setRemote, getDispatcher, notSupported, notSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected transient DownloadScrapeResult delegate
public int seed_count
public int non_seed_count
| Constructor Detail |
|---|
protected RPDownloadScrapeResult(DownloadScrapeResult _delegate)
| Method Detail |
|---|
public static RPDownloadScrapeResult create(DownloadScrapeResult _delegate)
protected void _setDelegate(Object _delegate)
_setDelegate in class RPObject
public Object _setLocal()
throws RPException
_setLocal in class RPObjectRPExceptionpublic RPReply _process(RPRequest request)
_process in class RPObjectpublic Download getDownload()
DownloadScrapeResult
getDownload in interface DownloadScrapeResultpublic int getResponseType()
DownloadScrapeResult
getResponseType in interface DownloadScrapeResultpublic int getSeedCount()
DownloadScrapeResult
getSeedCount in interface DownloadScrapeResultpublic int getNonSeedCount()
DownloadScrapeResult
getNonSeedCount in interface DownloadScrapeResultpublic long getScrapeStartTime()
getScrapeStartTime in interface DownloadScrapeResultpublic void setNextScrapeStartTime(long nextScrapeStartTime)
DownloadScrapeResult
setNextScrapeStartTime in interface DownloadScrapeResultnextScrapeStartTime - time to start in milliseconds since epochpublic long getNextScrapeStartTime()
getNextScrapeStartTime in interface DownloadScrapeResultpublic String getStatus()
DownloadScrapeResult
getStatus in interface DownloadScrapeResultpublic URL getURL()
DownloadScrapeResult
getURL in interface DownloadScrapeResult
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||