Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.gateway.GatewayExporter

Packages that use GatewayExporter
com.jivesoftware.forum.gateway Synchronizes Jive Forums data with external data sources such as NNTP servers. 
 

Uses of GatewayExporter in com.jivesoftware.forum.gateway
 

Classes in com.jivesoftware.forum.gateway that implement GatewayExporter
 class NewsgroupExporter
          A gateway for the export of messages to a newsgroup.
 class SmtpExporter
          A gateway that performs exports through SMTP.
 

Methods in com.jivesoftware.forum.gateway that return GatewayExporter
 GatewayExporter BaseGateway.getExporter()
          Returns the exporter for this gateway if settings.isExportEnabled is true and there is a possible exporter for the gateway, else null will be returned.
 GatewayExporter Gateway.getExporter()
          Returns the the GatewayExporter object associated with this Gateway instance.
 

Methods in com.jivesoftware.forum.gateway with parameters of type GatewayExporter
protected  void BaseGateway.setExporter(GatewayExporter exporter)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.