Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Package com.jivesoftware.forum.gateway

Synchronizes Jive Forums data with external data sources such as NNTP servers.

See:
          Description

Interface Summary
Gateway A Gateway synchronizes a forum and an external data source such as a NNTP newsgroup, or mailing list (through a POP3 account and SMTP).
GatewayExporter A gateway exporter knows how to export forum messages to an external data source.
GatewayImporter A gateway importer knows how to import forum data from an external data source.
GatewayManager Manages all gateways in the system.
 

Class Summary
AttachmentDataSource Provides a datasource wrapper for an Attachment object.
BaseGateway  
DefaultGatewayManager Manages gateways for a forum, which synchronize the forum with external data sources such as an NNTP newsgroup or email account.
GatewayComparators A collection of Comparators to handle sorting various objects.
GatewayExportTask A task that performs a exporter export.
GatewayImporter.Stats  
GatewayImportTask A task that performs a gateway import.
GatewayListener Listens for events in the system that should trigger gateways.
GatewayManager.Type Possbile values for gateways types.
GatewayManagerClusterTask This task reinitializes gateway managers to force reloading of configured values from the database.
GatewayManagerFactory  
GatewayManagerProxy  
GatewaySettings  
GatewaySettingsManager Caching logic will eventually be in this layer
GatewayUtil  
GlobalGatewaySettings  
ImapGateway  
ImapImporter A gateway to import to a forum with the contents of an email account or a mailing list.
JavaMailImporter This class is an abstract JavaMail implementation of the Gateway interface.
MboxGateway  
MboxImporter A gateway for the import of messages from a Mbox file This gateway (and the provider underneath it) assumes that the Mbox is only being used by this gateway.
NewsgroupExporter A gateway for the export of messages to a newsgroup.
NewsgroupFailedImportTask The sole purpose of this class is to reattempt to import articles that failed to be previously imported hopefully because of networking issues.
NewsgroupGateway  
NewsgroupImporter A gateway for the import of messages from a newsgroup.
POP3Gateway  
Pop3Importer A gateway to import to a forum with the contents of an email account or a mailing list.
SmtpExporter A gateway that performs exports through SMTP.
 

Exception Summary
GatewayException Thrown when an error occurs during a Gateway operation.
 

Package com.jivesoftware.forum.gateway Description

Synchronizes Jive Forums data with external data sources such as NNTP servers.


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.