Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.ReadTracker

Packages that use ReadTracker
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
 

Uses of ReadTracker in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return ReadTracker
abstract  ReadTracker ForumFactory.getReadTracker()
          Returns a read tracker that can be used to track which threads and messages a user has read.
 

Uses of ReadTracker in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement ReadTracker
 class DbReadTracker
          Database implementation of the ReadTracker interface.
 

Methods in com.jivesoftware.forum.database that return ReadTracker
 ReadTracker DbForumFactory.getReadTracker()
           
 

Uses of ReadTracker in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement ReadTracker
 class ReadTrackerProxy
          Protection proxy for ReadTracker instances.
 

Methods in com.jivesoftware.forum.proxy that return ReadTracker
 ReadTracker ForumFactoryProxy.getReadTracker()
           
 

Constructors in com.jivesoftware.forum.proxy with parameters of type ReadTracker
ReadTrackerProxy(ReadTracker readTracker, AuthToken authToken, Permissions permissions)
          Creates a new ForumProxy object.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.