Enterprise Information Portal APIs
A B C D E F G H I J K L M N O P Q R S T U V W

S

save(DB2Annotation, Transaction) - Static method in class com.ibm.gcs.db.component.DB2AnnotationHelper
Save this annotation by writing it to the database table.
saveAll(Enumeration, Transaction) - Static method in class com.ibm.gcs.db.component.DB2AnnotationHelper
Saves an enumeration of annotations into the parentstable.
Schedulable - interface com.ibm.gcs.component.Schedulable.
This interface represents any Component or other class that can be started and stopped.
ScheduleException - exception com.ibm.gcs.component.ScheduleException.
This exception is used by Scheduable classes, such as to indicate that the Crawler is stopping.
ScheduleException(String) - Constructor for class com.ibm.gcs.component.ScheduleException
(constructor) with messageKey that will be localized by NLSRuntimeException
SELECT - Static variable in class com.ibm.gcs.db.util.SQLString
"SELECT "
SELECT_STAR - Static variable in class com.ibm.gcs.db.util.SQLString
"SELECT * "
SET - Static variable in class com.ibm.gcs.db.util.SQLString
"SET "
SET_COOKIE - Static variable in class com.ibm.gcs.netutil.GCSHttpConnection
 
set(long) - Method in class com.ibm.gcs.gatherer.AccumulatorComponent
 
setAuthorization(String, char[]) - Method in class com.ibm.gcs.netutil.GCSHttpConnection
If not connected, set the authorization header according the basic-authentication scheme as per rfc2617.
setBackground(Color) - Method in class com.ibm.gcs.gatherer.AccumulatorComponent
 
setBinaryStream(int, InputStream, int) - Method in class com.ibm.gcs.db.util.PreparedTransaction
Send a binary stream value as input to a LONGVARBINARY parameter.
setCrawlerThreadGroup(GCSThreadGroup) - Method in class com.ibm.gcs.gatherer.Gatherer
sets the crawler thread group (called by crawler start method)
setCrawlPattern(CrawlPattern) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Sets the associated URL pattern tree that says how to traverse and summarize this URL.
setCrawlPattern(CrawlPattern, PreparedTransaction) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Sets the associated URL crawl pattern that says how to traverse and summarize this URL.
setCurrentGroup(String) - Method in class com.ibm.gcs.netutil.nntp.NntpClient
Switch to a specific group.
setDB2AnnotationFactory(DB2AnnotationFactory) - Static method in class com.ibm.gcs.db.component.DB2AnnotationHelper
Sets the DB2AnnotationFactory.
setDepth(int) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the recursion depth of the URL.
setFocusClass(String) - Method in class com.ibm.gcs.focus.Classifier
This method sets the class to be trained on.
setForeground(Color) - Method in class com.ibm.gcs.gatherer.AccumulatorComponent
 
setHide(boolean) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the hide flag for the URLContainer.
setIfModifiedSince(long) - Method in class com.ibm.gcs.netutil.GCSHttpConnection
Calls super, then sets the value in the request header.
setInitialValue(int) - Method in class com.ibm.gcs.gatherer.AccumulatorComponent
 
setLocale(Locale) - Static method in class com.ibm.gcs.component.NLSException
sets the Locale for the NLS messages used by these exceptions
setOrderBy(String) - Method in class com.ibm.gcs.db.component.DB2Queue
Specify how to order the urls when selected.
setOutContent(String) - Method in class com.ibm.gcs.netutil.GCSHttpConnection
This sets the content sent during a transaction.
setPersistenceState(int) - Method in interface com.ibm.gcs.db.component.DB2Annotation
The persistence state may be NOT_LOADED, EXISTS, or NOT_EXISTS.
setPersistenceState(int) - Method in class com.ibm.gcs.db.component.DB2DescriptionAnnotation
 
setPersistenceState(int) - Method in class com.ibm.gcs.db.component.DB2DictionaryAnnotation
 
setPriority(int) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the priority of this container for a Priority Crawl
setPriority(int) - Method in class com.ibm.gcs.db.component.DB2PriorityQueue
Set the priority of this class.
setProxy(String, int) - Static method in class com.ibm.gcs.netutil.GCSHttpConnection
set proxy info for all HTTP connections
setRequestMethod(String) - Method in class com.ibm.gcs.netutil.GCSHttpConnection
Sets the method that will be used for the HTTP transaction.
setRequestProperty(String, String) - Method in class com.ibm.gcs.netutil.GCSHttpConnection
Description copied from URLConnection.
setResourcePool(ResourcePool) - Method in class com.ibm.gcs.crawler.Crawler
tells the crawler where to find the ResourcePool (this should only be called by the Gatherer)
setResourcePool(ResourcePool) - Method in class com.ibm.gcs.gatherer.Gatherer
sets the Resource Pool (called by the summarizer constructor)
setState(URLState) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the state of this url container.
setState(URLState, Transaction) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the state of this url container.
setString(int, String) - Method in class com.ibm.gcs.db.util.PreparedTransaction
Set a string value as the input parameter.
setSubtype(String) - Method in class com.ibm.gcs.netutil.http.MimeType
set the subtype of this MimeType
setSummarizerThreadGroup(GCSThreadGroup) - Method in class com.ibm.gcs.gatherer.Gatherer
sets the summarizer thread group (called by summarizer start method)
setType(String) - Method in class com.ibm.gcs.netutil.http.MimeType
set the type of this MimeType
setURLPool(URLPool) - Method in class com.ibm.gcs.gatherer.Gatherer
sets the URL Pool (called by the crawler constructor)
setURLString(String) - Method in class com.ibm.gcs.db.component.DB2URLContainer
Set the URLString for the container.
size() - Method in class com.ibm.gcs.db.component.DB2URLCollection
Returns the total number of visible URLs from the database pool of URLs to be crawled.
size() - Method in class com.ibm.gcs.db.component.PriorityDB2URLCollection
Returns the total number of visible URLs from the database pool of URLs to be crawled.
SocketFactory - class com.ibm.gcs.netutil.SocketFactory.
SocketFactory makes sockets, and times out if it takes too long to connect when making the socket.
SocketFactory() - Constructor for class com.ibm.gcs.netutil.SocketFactory
 
SPACE - Static variable in class com.ibm.gcs.db.util.SQLString
" "
SPC - Static variable in class com.ibm.gcs.netutil.GCSHttpConnection
 
SQLString - class com.ibm.gcs.db.util.SQLString.
This class converts Java-type strings to SQL-type strings by escaping special characters.
SQLString(String) - Constructor for class com.ibm.gcs.db.util.SQLString
Constructor.
start() - Method in class com.ibm.gcs.component.GCSThreadGroup
starts all the threads in this threadgroup.
start() - Method in interface com.ibm.gcs.component.Schedulable
 
start() - Method in class com.ibm.gcs.crawler.Crawler
starts the crawler (from Schedulable)
start() - Method in class com.ibm.gcs.gatherer.Gatherer
start gatherer
STATE - Static variable in class com.ibm.gcs.db.component.UrlCrawlTableDef
The current state:  STATE.
STATE_ID - Static variable in class com.ibm.gcs.db.component.UrlCrawlTableDef
What state is this url in?:  STATE_ID.
stop() - Method in interface com.ibm.gcs.component.Schedulable
 
stop() - Method in class com.ibm.gcs.crawler.Crawler
stops the crawlers (from Schedulable)
stop() - Method in class com.ibm.gcs.gatherer.Gatherer
stop a crawl
SUMMARIZED - Static variable in class com.ibm.gcs.db.component.DB2StatesDef
 
SummarizerConfig - class com.ibm.gcs.component.config.SummarizerConfig.
This part of a Group Config represents a the configuration for a summarizer.
summarizerStatus - Static variable in class com.ibm.gcs.gatherer.Gatherer
 
summarizerUpdate(boolean) - Method in class com.ibm.gcs.gatherer.Gatherer
update the gatherer that a summarizer thread is working or waiting
SUMMARYFAILED - Static variable in class com.ibm.gcs.db.component.DB2StatesDef
 
supportedProtocols - Static variable in class com.ibm.gcs.netutil.GCSURLStreamHandlerFactory
 
supportedRequestMethods - Static variable in class com.ibm.gcs.netutil.GCSHttpConnection
 
Synchronize() - Static method in class com.ibm.gcs.component.GCSThread
synchronize the current GCSThreadGroup

EIP Web Crawler APIs
A B C D E F G H I J K L M N O P Q R S T U V W
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.