Jive Forums API (5.5.20.2-oracle) Core Javadocs

com.jivesoftware.forum
Class RatingManagerFactory

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

public class RatingManagerFactory
extends java.lang.Object

A factory that returns a concrete instance of a rating manager.

Since:
4.0

Field Summary
static com.jivesoftware.util.Cache ratingsCache
           
 
Method Summary
static RatingManager getInstance(AuthToken authToken)
          Returns a concrete instance of the rating manager interface wrapped by a protection proxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ratingsCache

public static com.jivesoftware.util.Cache ratingsCache
Method Detail

getInstance

public static RatingManager getInstance(AuthToken authToken)
Returns a concrete instance of the rating manager interface wrapped by a protection proxy.

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

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.