|
Jive Forums API (5.5.8) Developer Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GatewayExporter
A gateway exporter knows how to export forum messages to an external data source. It can be combined with a gateway importer to make a full gateway.
Gateway,
GatewayImporter| Method Summary | |
|---|---|
void |
exportData(ForumMessage message)
Export a single message to the data source. |
void |
exportData(ForumMessage[] messages)
Export a group of messages to the data source. |
java.util.Date |
getLastExport()
Last date this exporter completed |
void |
stop()
Stop a running export. |
| Method Detail |
|---|
void exportData(ForumMessage message)
throws GatewayException
message - a message to export.
GatewayException
void exportData(ForumMessage[] messages)
throws GatewayException
messages - an array of messages to export.
GatewayExceptionjava.util.Date getLastExport()
void stop()
throws GatewayException
GatewayException
|
Jive Forums Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||