Enterprise Information Portal APIs

com.ibm.gcs.component
Class Component

java.lang.Object
  |
  +--com.ibm.gcs.component.Component
All Implemented Interfaces:
java.lang.Runnable, Schedulable
Direct Known Subclasses:
Crawler, Gatherer

public abstract class Component
extends java.lang.Object
implements java.lang.Runnable, Schedulable

This abstract class provides the basic constructors and get() methods for the Gatherer, Crawler, and Summarizer components. It also provides a static method to access the temp FilePool.

See Also:
Gatherer, Crawler, Summarizer

Fields inherited from interface com.ibm.gcs.component.Schedulable
copyright
 
Method Summary
 java.lang.String[] getArgv()
          gets the command line arguments passed to the component
 Config getConfig()
          get the Config of the component
 java.lang.String getName()
          gets the name of the component
static com.ibm.gcs.util.filepool.FilePool getTempFilePool()
          gets the temp FilePool, where temporary files are stored
 Version getVersion()
          gets the version of the component
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 
Methods inherited from interface com.ibm.gcs.component.Schedulable
start, stop
 

Method Detail

getName

public java.lang.String getName()
gets the name of the component

getVersion

public Version getVersion()
gets the version of the component

getArgv

public java.lang.String[] getArgv()
gets the command line arguments passed to the component

getConfig

public Config getConfig()
get the Config of the component

getTempFilePool

public static com.ibm.gcs.util.filepool.FilePool getTempFilePool()
gets the temp FilePool, where temporary files are stored

EIP Web Crawler APIs

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