Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.forum
Class QueryLoggerFactory

java.lang.Object
  extended by com.jivesoftware.forum.QueryLoggerFactory

public class QueryLoggerFactory
extends java.lang.Object

A factory that returns a concrete instance of a query logger. The default implementation of this interface will only work with Jive's Query implementation. If you are not using the default implementation of the Query interface you will have to provide a custom QueryLogger implementation.

Since:
4.0

Method Summary
static QueryLogger 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 QueryLogger 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.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.