| |
|
| java.lang.Object java.lang.Thread com.sun.portal.providers.urlscraper.FetcherThread
FetcherThread | class FetcherThread extends Thread (Code) | | This class is a thread which fetches with in the alloted time or fails.
|
getContentBuffer | public StringBuffer getContentBuffer()(Code) | | Return the contents of the HTML page
content |
isFinished | public boolean isFinished()(Code) | | Check whether reading from the URL is complete
finished (true/false) |
isStarted | public boolean isStarted()(Code) | | |
isTerminated | public boolean isTerminated()(Code) | | Check whether the current thread is terminated
None |
run | public void run()(Code) | | The method that does the fetch
|
setContentType | void setContentType(String contentTypeSt)(Code) | | Parameters: contentTypeSt - |
setLastFetchedUrl | void setLastFetchedUrl(String url)(Code) | | Parameters: url - |
terminate | public void terminate()(Code) | | Terminate the current thread
|
|
|
|