Jive Forums API (5.5.20.2-oracle) Developer Javadocs

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

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

Uses of Gateway in com.jivesoftware.forum.gateway
 

Classes in com.jivesoftware.forum.gateway that implement Gateway
 class BaseGateway
           
 class ImapGateway
           
 class MboxGateway
           
 class NewsgroupGateway
           
 class POP3Gateway
           
 

Methods in com.jivesoftware.forum.gateway that return Gateway
 Gateway DefaultGatewayManager.createGatewayInstance(Forum forum, java.lang.String type)
          Used to create and return an instance of a gateway based off the gateway settings, this gateway won't be installed as a new persistent gateway.
 Gateway GatewayManager.createGatewayInstance(Forum forum, java.lang.String type)
          Used to create and return an instance of a gateway based off the gateway settings, this gateway won't be installed as a new persistent gateway.
 Gateway GatewayManagerProxy.createGatewayInstance(Forum forum, java.lang.String type)
           
 Gateway DefaultGatewayManager.getGateway(long gatewayID)
           
 Gateway GatewayManager.getGateway(long gatewayID)
          Returns a gateway by its id.
 Gateway GatewayManagerProxy.getGateway(long gatewayID)
           
 

Methods in com.jivesoftware.forum.gateway with parameters of type Gateway
 void DefaultGatewayManager.create(Gateway gateway)
          Allows you to add a new gateway to the system
 void GatewayManager.create(Gateway gateway)
          Allows you to add a new gateway to the system
 void GatewayManagerProxy.create(Gateway gateway)
           
 void DefaultGatewayManager.executeOnce(Gateway gateway, java.util.Date afterDate)
          Used to execute a import/export on a gateway immediately, the gateway does not need to be a persistent gateway.
 void GatewayManager.executeOnce(Gateway gateway, java.util.Date afterDate)
          Used to execute a import/export on a gateway immediately, the gateway does not need to be a persistent gateway.
 void GatewayManagerProxy.executeOnce(Gateway gateway, java.util.Date afterDate)
           
 void DefaultGatewayManager.remove(Gateway gateway)
           
 void GatewayManager.remove(Gateway gateway)
          Delete a specific gateway
 void GatewayManagerProxy.remove(Gateway gateway)
           
 void DefaultGatewayManager.update(Gateway gateway)
          This method must be called if gateway settings changes are to be persisted.
 void GatewayManager.update(Gateway gateway)
          This method must be called if gateway settings changes are to be persisted.
 void GatewayManagerProxy.update(Gateway gateway)
           
 

Constructors in com.jivesoftware.forum.gateway with parameters of type Gateway
GatewayExportTask(Gateway gateway, java.util.Date afterDate)
           
GatewayImportTask(Gateway gateway, java.util.Date afterDate)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.