Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.base.JiveManager

Packages that use JiveManager
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.plugin   
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
com.jivesoftware.forum.mail   
com.jivesoftware.forum.net A server network i/o front end package. 
com.jivesoftware.forum.net.spi Implementations of the net interfaces. 
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.renderer.impl   
com.jivesoftware.forum.virusscan   
com.jivesoftware.forum.watches   
com.jivesoftware.profiles.search   
com.jivesoftware.util Common utility classes for all Jive Software code. 
 

Uses of JiveManager in com.jivesoftware.base
 

Classes in com.jivesoftware.base that implement JiveManager
 class EmailManager
          Provides ability to send email messages.
 class GroupManagerFactory
          A factory that returns a concrete instance of a group manager.
 class PollManagerFactory
          A factory that returns a concrete instance of a poll manager.
 class UserManagerFactory
          A factory that returns a concrete instance of a UserManager.
 

Uses of JiveManager in com.jivesoftware.base.database
 

Classes in com.jivesoftware.base.database that implement JiveManager
 class DbPermissionsManager
          Database implementation of the PermissionsManager interface.
 class DbPresenceManager
          Database implementation of the PresenceManager interface.
 

Uses of JiveManager in com.jivesoftware.base.plugin
 

Classes in com.jivesoftware.base.plugin that implement JiveManager
 class PluginManager
          Loads and manages plugins.
 

Uses of JiveManager in com.jivesoftware.forum
 

Subinterfaces of JiveManager in com.jivesoftware.forum
 interface DraftManager
          Manages the draft features of Jive Forums.
 interface TagManager
           
 

Classes in com.jivesoftware.forum that implement JiveManager
 class AvatarManagerFactory
          Used to create Managers for Avatar feature.
 class StatusLevelManagerFactory
          A factory that returns a concrete instance of StatusLevelManager
 class TagManagerFactory
           
 

Uses of JiveManager in com.jivesoftware.forum.database
 

Classes in com.jivesoftware.forum.database that implement JiveManager
 class DbAnnouncementManager
          Database implementation of the AnnouncementManager interface.
 class DbArchiveManager
          Database implementation of the ArchiveManager interface.
 class DbAttachmentManager
          Database implementation of the AttachmentManager interface.
 class DbDraftManager
          Database implementation of the DraftManager interface.
 class DbEmailTokenManager
          Implementation of EmailTokenManager which associates random numbers with user ids and stores them in the database.
 class DbInterceptorManager
          Implementation of the InterceptorManager interface.
 class DbPrivateMessageManager
          Database implementation of PrivateMessageManager.
 class DbReadTracker
          Database implementation of the ReadTracker interface.
 class DbSearchManager
          Database implementation of SearchManager using the Lucene search package.
 class DbTagManager
          Database backed implementation of TagManager.
 class DbWatchManager
          Database implementation of the WatchManager interface.
 

Uses of JiveManager in com.jivesoftware.forum.gateway
 

Classes in com.jivesoftware.forum.gateway that implement JiveManager
 class DefaultGatewayManager
          Manages gateways for a forum, which synchronize the forum with external data sources such as an NNTP newsgroup or email account.
 

Uses of JiveManager in com.jivesoftware.forum.mail
 

Subinterfaces of JiveManager in com.jivesoftware.forum.mail
 interface EmailTokenManager
          Manages email tokens.
 

Uses of JiveManager in com.jivesoftware.forum.net
 

Subinterfaces of JiveManager in com.jivesoftware.forum.net
 interface ConnectionManager
          Manages and maintains server connections.
 

Classes in com.jivesoftware.forum.net that implement JiveManager
 class AcceptManager
          Manages the server sockets that accept incoming connections.
 

Uses of JiveManager in com.jivesoftware.forum.net.spi
 

Classes in com.jivesoftware.forum.net.spi that implement JiveManager
 class AbstractConnectionManager
          A basic connection manager implementation.
 

Uses of JiveManager in com.jivesoftware.forum.nntp
 

Classes in com.jivesoftware.forum.nntp that implement JiveManager
 class NNTPServer
          Factory class to simplify access to NNTP system.
 class SessionManager
          Manages all NNTP sessions known to the server.
 

Uses of JiveManager in com.jivesoftware.forum.nntp.spi
 

Classes in com.jivesoftware.forum.nntp.spi that implement JiveManager
 class NNTPConnectionManager
          A connection manager for NNTP servers.
 

Uses of JiveManager in com.jivesoftware.forum.proxy
 

Classes in com.jivesoftware.forum.proxy that implement JiveManager
 class DraftManagerProxy
          Protection proxy for DraftManager instances.
 

Uses of JiveManager in com.jivesoftware.forum.renderer.impl
 

Classes in com.jivesoftware.forum.renderer.impl that implement JiveManager
 class JiveRenderManager
          Default implementation of the RenderManager interface.
 

Uses of JiveManager in com.jivesoftware.forum.virusscan
 

Classes in com.jivesoftware.forum.virusscan that implement JiveManager
 class VirusScanManager
          Scans message attachments for viruses.
 

Uses of JiveManager in com.jivesoftware.forum.watches
 

Classes in com.jivesoftware.forum.watches that implement JiveManager
 class WatchSettingsManagerImpl
           
 

Uses of JiveManager in com.jivesoftware.profiles.search
 

Classes in com.jivesoftware.profiles.search that implement JiveManager
 class ProfileSearchManagerImpl
          Database implementation of ProfileSearchManager using the Lucene search package.
 

Uses of JiveManager in com.jivesoftware.util
 

Classes in com.jivesoftware.util that implement JiveManager
 class CronTaskManager
          Manages the creation and persistence of CronTasks.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.