|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DaemonRmiInterface
Describe your class here
.| Method Summary | |
|---|---|
long |
getAverageRunTime()
Average runtime for the Crawler |
long |
getDaemonCreationTime()
Gets the time in milliseconds for when the CrawlDaemon constructor was invoked. |
boolean |
getHasBeenToldToQuit()
|
long |
getMillisCrawling()
Gets the total crawling time of the Crawler |
int |
getNumCrawls()
Gets the total number of times the Crawler has been run |
long |
getTimeInterval()
Gets the time between the start of Crawler executions |
boolean |
isRunning()
Can be used to determine if Crawler is presently running |
void |
quit()
Will terminate the CrawlDaemon. |
void |
resume()
Wakes up the CrawlDaemon if it is sleeping |
| Method Detail |
|---|
void resume()
throws RemoteException
RemoteException
void quit()
throws RemoteException
RemoteException
boolean isRunning()
throws RemoteException
RemoteException
long getAverageRunTime()
throws RemoteException
RemoteException
long getMillisCrawling()
throws RemoteException
RemoteException
long getTimeInterval()
throws RemoteException
RemoteException
int getNumCrawls()
throws RemoteException
RemoteException
long getDaemonCreationTime()
throws RemoteException
RemoteException
boolean getHasBeenToldToQuit()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||