|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.forum.QueryLoggerFactory
public class QueryLoggerFactory
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.
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 |
---|
public static QueryLogger getInstance(AuthToken authToken)
authToken
- the authToken corresponding to the user requesting the rating manager.
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |