|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.dataobjs.DBPersist
com.knowgate.scheduler.Job
com.knowgate.scheduler.jobs.FTPPublisher
public class FTPPublisher
Publishes Files via FTP
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from class com.knowgate.scheduler.Job |
|---|
COMMAND_DUMY, COMMAND_FAX, COMMAND_FTP, COMMAND_MAIL, COMMAND_SAVE, COMMAND_SEND, iPendingAtoms, STATUS_ABORTED, STATUS_FINISHED, STATUS_INTERRUPTED, STATUS_PENDING, STATUS_RUNNING, STATUS_SUSPENDED |
| Fields inherited from class com.knowgate.dataobjs.DBPersist |
|---|
AllVals, sAuditCls, sAuditUsr, sTransactId |
| Constructor Summary | |
|---|---|
FTPPublisher()
|
|
| Method Summary | |
|---|---|
void |
free()
Process PageSet pointed by Atom and sends transformed document throught FTP Base workareas path is taken from "workareasput" property of hipergate.cnf |
java.lang.Object |
process(Atom oAtm)
Process an atom Concrete atom processing implementation must be provided by each derived subclass. |
| Methods inherited from class com.knowgate.scheduler.Job |
|---|
abort, delete, delete, getDataBaseBind, getIdFromTitle, getParameter, getParameters, getProperties, getProperty, getStatus, insertRecipients, instantiate, instantiate, load, log, logFile, main, pending, resolveAtomsEMails, setDataBaseBind, setStatus, store |
| Methods inherited from class com.knowgate.dataobjs.DBPersist |
|---|
allcaps, allcaps, changelog, clear, clone, containsKey, containsValue, entrySet, exists, get, get, getAuditClassName, getCreationDate, getDate, getDateFormated, getDateShort, getDateTime, getDateTime24, getDecimal, getDecimalFormated, getDecimalFormated, getDouble, getDoubleFormated, getFloat, getFloatFormated, getInt, getInteger, getIntervalPart, getItemMap, getItems, getMoney, getShort, getSQLDate, getSQLTime, getString, getStringHtml, getStringNull, getTable, getTable, getTableName, getTime, getTimeOfDay, getTimestamp, getUIdFromName, isEmpty, isNull, iterator, keySet, load, parseXML, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, remove, remove, replace, replace, replace, replace, replace, replace, replace, replace, setAuditTransact, setAuditUser, setCreationDate, size, toLowerCase, toUpperCase, toXML, toXML, toXML, toXML, values |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public FTPPublisher()
| Method Detail |
|---|
public void free()
Process PageSet pointed by Atom and sends transformed document throught FTP
Base workareas path is taken from "workareasput" property of hipergate.cnf
free in class JoboAtm - Atom holding a reference to PageSet instance to be dumped| gu_workarea | GUID of WorkArea owner of document to be sent |
| gu_pageset | GUID of PageSet to be sent |
| nm_pageset | Name of PageSet document instance to be sent |
| tx_nickname | FTP User Nickname for login |
| tx_pwd | FTP User Password for login |
| nm_server | FTP server name or IP address |
| path | FTP target path |
| bo_mkpath | "1" if path must be created at target server |
| nm_file | Target file name for nm_pageset |
java.io.IOException
public java.lang.Object process(Atom oAtm)
throws java.io.IOException
JobProcess an atom
Concrete atom processing implementation must be provided by each derived subclass.
process in class JoboAtm - Atom to be processed
java.io.FileNotFoundException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||