| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Class
Field Summary | |
protected final static String | CONFIGURATION_DEFAULT_URL_INGESETER_ROOT |
protected final static int | DEFAULT_MAX_URLS_INGESTED_PER_INTERVAL |
protected final static int | DEFAULT_MAX_URLS_INGESTED_PER_SESSION |
protected final static String | DEFAULT_SPACE |
protected final static String | IGNORED_LINK_TAG_NAME |
protected final static String | IGNORED_LINK_URL_ATTRIBUTE |
protected final static String | IGNORED_LINKS_TAG_NAME |
private static Collection | m_ignoredLinks |
private static int | m_maxUrlsIngestedPerInterval |
private static int | m_maxUrlsIngestedPerSession |
private static String | m_mostRecentKeywords |
private static String | m_mostRecentSpace |
private static Map | m_urlsIngestedThisSessionMap |
protected final static String | MAX_URLS_INGESTED_PER_INTERVAL_ATTRIBUTE |
protected final static String | MAX_URLS_INGESTED_PER_SESSION_ATTRIBUTE |
protected final static String | MOST_RECENT_KEYWORDS_ATTRIBUTE |
protected final static String | MOST_RECENT_SPACE_ATTRIBUTE |
protected final static String | URL_INGESTER_PREFS_FILENAME |
Method Summary | |
static synchronized void | addIgnoredLink(String sIgnoredLink) Adds a feature to the IgnoredLink attribute of the UrlIngesterPreferences class |
static synchronized void | addIngestedLink(String url) Adds a feature to the IngestedLink attribute of the UrlIngesterPreferences class |
static synchronized boolean | canIngestMoreUrlsThisSession() Description of the Method |
static synchronized void | decrementUrlsIngested() Description of the Method |
static synchronized void | dumpTally() Description of the Method |
protected static Collection | getIgnoredLinks() Gets the IgnoredLinks attribute of the UrlIngesterPreferences class |
static int | getMaxUrlsIngestedPerInterval() Gets the MaxUrlsIngestedPerInterval attribute of the UrlIngesterPreferences class |
static int | getMaxUrlsIngestedPerSession() Gets the MaxUrlsIngestedPerSession attribute of the UrlIngesterPreferences class |
static String | getMostRecentKeywords() Gets the MostRecentKeywords attribute of the PhatClientPreferences class |
static String | getMostRecentSpace() Gets the MostRecentSpace attribute of the UrlIngesterPreferences class |
static synchronized boolean | isIgnoredLink(String sUrl) Gets the IgnoredLink attribute of the UrlIngesterPreferences class |
static synchronized void | load() Description of the Method |
static synchronized void | save() Description of the Method |
static void | setMaxUrlsIngestedPerInterval(int maxUrlsIngestedPerInterval) Sets the MaxUrlsIngestedPerInterval attribute of the UrlIngesterPreferences class |
protected static void | setMaxUrlsIngestedPerSession(int maxUrlsIngestedPerSession) Sets the MaxUrlsIngestedPerSession attribute of the UrlIngesterPreferences class |
static void | setMostRecentKeywords(String keywords) Sets the MostRecentKeywords attribute of the PhatClientPreferences class |
static void | setMostRecentSpace(String space) Sets the MostRecentSpace attribute of the UrlIngesterPreferences class |
Field Detail |
protected final static String CONFIGURATION_DEFAULT_URL_INGESETER_ROOT
protected final static int DEFAULT_MAX_URLS_INGESTED_PER_INTERVAL
protected final static int DEFAULT_MAX_URLS_INGESTED_PER_SESSION
protected final static String DEFAULT_SPACE
protected final static String IGNORED_LINK_TAG_NAME
protected final static String IGNORED_LINK_URL_ATTRIBUTE
protected final static String IGNORED_LINKS_TAG_NAME
private static Collection m_ignoredLinks
private static int m_maxUrlsIngestedPerInterval
private static int m_maxUrlsIngestedPerSession
private static String m_mostRecentKeywords
private static String m_mostRecentSpace
private static Map m_urlsIngestedThisSessionMap
protected final static String MAX_URLS_INGESTED_PER_INTERVAL_ATTRIBUTE
protected final static String MAX_URLS_INGESTED_PER_SESSION_ATTRIBUTE
protected final static String MOST_RECENT_KEYWORDS_ATTRIBUTE
protected final static String MOST_RECENT_SPACE_ATTRIBUTE
protected final static String URL_INGESTER_PREFS_FILENAME
Method Detail |
public static synchronized void addIgnoredLink(String sIgnoredLink)
public static synchronized void addIngestedLink(String url)
public static synchronized boolean canIngestMoreUrlsThisSession()
public static synchronized void decrementUrlsIngested()
public static synchronized void dumpTally()
protected static Collection getIgnoredLinks()
public static int getMaxUrlsIngestedPerInterval()
public static int getMaxUrlsIngestedPerSession()
public static String getMostRecentKeywords()
public static String getMostRecentSpace()
public static synchronized boolean isIgnoredLink(String sUrl)
public static synchronized void load()
public static synchronized void save()
public static void setMaxUrlsIngestedPerInterval(int maxUrlsIngestedPerInterval)
protected static void setMaxUrlsIngestedPerSession(int maxUrlsIngestedPerSession)
public static void setMostRecentKeywords(String keywords)
public static void setMostRecentSpace(String space)
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |