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 GCSThread
s 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 |
copyright
public static final java.lang.String copyright
createThread
public java.lang.Thread createThread(GCSThreadGroup tg)
- creates a new component thread that is part of the specified GCSThreadGroup
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.