com.plumtree.portalpages.admin.editors.crawler
Class CrawlerConfig

java.lang.Object
  extended by com.plumtree.portalpages.admin.editors.crawler.CrawlerConfig

public class CrawlerConfig
extends java.lang.Object

Author:
alexm TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
CrawlerConfig()
           
 
Method Summary
static CrawlerConfig getInstance()
           
 int getMaxProcessingThreads()
           
 int getMaxPullingThreads()
           
 int getMinProcessingThreads()
           
 int getMinPullingThreads()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlerConfig

public CrawlerConfig()
Method Detail

getInstance

public static CrawlerConfig getInstance()

getMaxProcessingThreads

public int getMaxProcessingThreads()
Returns:
Returns the maxProcessingThreads.

getMaxPullingThreads

public int getMaxPullingThreads()
Returns:
Returns the maxPullingThreads.

getMinProcessingThreads

public int getMinProcessingThreads()
Returns:
Returns the minProcessingThreads.

getMinPullingThreads

public int getMinPullingThreads()
Returns:
Returns the minPullingThreads.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.