Clearspace API (1.7.0) Core Javadocs

com.jivesoftware.community
Class SearchQueryLoggerFactory

java.lang.Object
  extended by com.jivesoftware.community.SearchQueryLoggerFactory

public class SearchQueryLoggerFactory
extends java.lang.Object

A factory that returns a concrete instance of a SearchQueryLogger. The default implementation of this interface will only work with Jive's SearchQuery implementation. If you are not using the default implementation of the SearchQuery interface you will have to provide a custom SearchQueryLogger implementation by setting the Jive property SearchQueryLogger.className with the name of your SearchQueryLogger class.


Method Summary
static SearchQueryLogger getInstance(AuthToken authToken)
          Returns a concrete instance of the query logger interface wrapped by a protection proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SearchQueryLogger getInstance(AuthToken authToken)
Returns a concrete instance of the query logger interface wrapped by a protection proxy.

Parameters:
authToken - the authToken corresponding to the user requesting the rating manager.
Returns:
a concrete implementation of a query logger wrapped by a protection proxy.

Clearspace Project Page

Copyright © 1999-2007 Jive Software.