Enterprise Information Portal APIs

com.ibm.gcs.component
Interface GCSThreaded

All Known Implementing Classes:
Crawler

public interface GCSThreaded

This interface indicates that a Component has a group of worker threads. It is implemented by the Crawler and Summarizer, so that their worker GCSThreads can be constructed directly from their GCSThreadGroup.

See Also:
Crawler, Summarizer

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.Thread createThread(GCSThreadGroup tg)
          creates a new component thread that is part of the specified GCSThreadGroup
 

Field Detail

copyright

public static final java.lang.String copyright
Method Detail

createThread

public java.lang.Thread createThread(GCSThreadGroup tg)
creates a new component thread that is part of the specified GCSThreadGroup

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.