Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.gateway
Class POP3Gateway

java.lang.Object
  extended by com.jivesoftware.forum.gateway.BaseGateway
      extended by com.jivesoftware.forum.gateway.POP3Gateway
All Implemented Interfaces:
Gateway, com.tangosol.io.ExternalizableLite, java.io.Serializable

public class POP3Gateway
extends BaseGateway

See Also:
Serialized Form

Constructor Summary
POP3Gateway()
           
 
Method Summary
 void setup()
          Child classes must implement this method to create the importer and exporter instances.
 
Methods inherited from class com.jivesoftware.forum.gateway.BaseGateway
getExporter, getExportProperty, getExportPropertyKeys, getForum, getForumFactory, getGatewaySettings, getID, getImporter, getImportProperty, getImportPropertyKeys, getProperty, getPropertyKeys, getType, init, isDisableCutOffDate, isExportEnabled, isImportEnabled, readExternal, setDisableCutOffDate, setExportEnabled, setExporter, setExportProperty, setImportEnabled, setImporter, setImportProperty, setProperty, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

POP3Gateway

public POP3Gateway()
Method Detail

setup

public void setup()
           throws GatewayException
Description copied from class: BaseGateway
Child classes must implement this method to create the importer and exporter instances. Once the instances have been created the subclass can set them by calling setImporter and setExporter

Specified by:
setup in class BaseGateway
Throws:
GatewayException - thrown if there are problem creating the importer and exporter

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.