Enterprise Information Portal APIs

com.ibm.gcs.component.config
Class URLPoolConfig

java.lang.Object
  |
  +--com.ibm.gcs.component.config.URLPoolConfig

public class URLPoolConfig
extends java.lang.Object

This part of the Globals Config represents the settings for the URLPool, URLContainer, and URLCollection; it automatically creates a URLPool instance from these settings.

It comes from the urlpool-config element in the config file. It has methods for getting and setting the urlcollection class with parameter, urlcontainer class, and implementation specific parameters for the urlcollection class. URLCollection class name, URLContainer class name,


Inner Class Summary
 class URLPoolConfig.Pair
          This inner class represents a parameter passed to the URLCollection constructor
 
Method Summary
 com.ibm.gcs.urlpool.URLCollection getURLCollection()
          returns the URLCollection object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getURLCollection

public com.ibm.gcs.urlpool.URLCollection getURLCollection()
returns the URLCollection object

EIP Web Crawler APIs

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