Method Summary |
|
protected IComponentProcessor | createConsumerProcessor() |
protected IComponentProcessor | createProviderProcessor() |
public String | getArchiveDir() Get the archiveDir. |
public String | getArchiveFilePattern() Get the archiveFilePattern. |
public String | getCharset() Get the charset. |
public String | getCmdFile() Get the cmdFile. |
public String | getDestDir() Get the destDir. |
public String[] | getDisplayParameterTitles() |
public String[] | getDisplayParameters() |
public String | getFileCompleteAction() Get the fileCompleteAction. |
public String | getFilePattern() Get the filePattern. |
public String | getFtpConnectMode() Get the ftpConnectMode. |
public String | getFtpHost() Get the ftpHost. |
public String | getFtpPassword() Get the ftpPassword. |
public String | getFtpTransferMode() Get the ftpTransferMode. |
public String | getFtpUser() Get the ftpUser. |
public String[] | getGetableProperties() |
public String | getHoldDir() Get the holdDir. |
public String | getMatchMode() |
public String | getProperty(int index) |
public String | getProperty(String property) |
public String | getReadStyle() Get the readStyle. |
public String | getRecordType() Get the recordType. |
public int | getRecordsPerMessage() Get the recordsPerMessage. |
public String | getReplyCharset() Get the replyCharset. |
public String | getReplyDir() Get the replyDir. |
public String | getReplyFilePattern() Get the replyFilePattern. |
public String | getReplyFtpConnectMode() Get the replyFtpConnectMode. |
public String | getReplyFtpHost() Get the replyFtpHost. |
public String | getReplyFtpPassword() Get the replyFtpPassword. |
public String | getReplyFtpTransferMode() Get the replyFtpTransferMode. |
public String | getReplyFtpUser() Get the replyFtpUser. |
public String | getReplyWriteStyle() Get the replyWriteStyle. |
public long | getScanInterval() Get the scanInterval. |
public String[] | getSetableProperties() |
public String | getSourceDir() Get the sourceDir. |
public String | getStageDir() Get the stageDir. |
public String | getTransferDir() Get the transferDir. |
public long | getTwoPassInterval() Get the twoPassInterval. |
public String | getWriteStyle() Get the writeStyle. |
public boolean | isHold() Get the hold. |
public boolean | isTwoPass() Get the twoPass. |
public void | setArchiveDir(String archiveDir) Set the archiveDir. |
public void | setArchiveFilePattern(String archiveFilePattern) Set the archiveFilePattern. |
public void | setCharset(String charset) Set the charset. |
public void | setCmdFile(String cmdFile) Set the cmdFile. |
public void | setDestDir(String destDir) Set the destDir. |
public void | setFileCompleteAction(String fileCompleteAction) Set the fileCompleteAction. |
public void | setFilePattern(String filePattern) Set the filePattern. |
public void | setFtpConnectMode(String ftpConnectMode) Set the ftpConnectMode. |
public void | setFtpHost(String ftpHost) Set the ftpHost. |
public void | setFtpPassword(String ftpPassword) Set the ftpPassword. |
public void | setFtpTransferMode(String ftpTransferMode) Set the ftpTransferMode. |
public void | setFtpUser(String ftpUser) Set the ftpUser. |
public void | setHold(boolean hold) Set the hold. |
public void | setHold(String hold) Set the hold. |
public void | setHoldDir(String holdDir) Set the holdDir. |
public void | setMatchMode(String matchMode) |
public void | setProperty(int index, String value) |
public void | setProperty(String property, String value) |
public void | setReadStyle(String readStyle) Set the readStyle. |
public void | setRecordType(String recordType) Set the recordType. |
public void | setRecordsPerMessage(int recordsPerMessage) Set the recordsPerMessage. |
public void | setRecordsPerMessage(String recordsPerMessage) Set the recordsPerMessage. |
public void | setReplyCharset(String replyCharset) Set the replyCharset. |
public void | setReplyDir(String replyDir) Set the replyDir. |
public void | setReplyFilePattern(String replyFilePattern) Set the replyFilePattern. |
public void | setReplyFtpConnectMode(String replyFtpConnectMode) Set the replyFtpConnectMode. |
public void | setReplyFtpHost(String replyFtpHost) Set the replyFtpHost. |
public void | setReplyFtpPassword(String replyFtpPassword) Set the replyFtpPassword. |
public void | setReplyFtpTransferMode(String replyFtpTransferMode) Set the replyFtpTransferMode. |
public void | setReplyFtpUser(String replyFtpUser) Set the replyFtpUser. |
public void | setReplyWriteStyle(String replyWriteStyle) Set the replyWriteStyle. |
public void | setScanInterval(long scanInterval) Set the scanInterval. |
public void | setScanInterval(String scanInterval) Set the scanInterval. |
public void | setSourceDir(String sourceDir) Set the sourceDir. |
public void | setStageDir(String stageDir) Set the stageDir. |
public void | setTransferDir(String transferDir) Set the transferDir. |
public void | setTwoPass(boolean twoPass) Set the twoPass. |
public void | setTwoPass(String twoPass) Set the twoPass. |
public void | setTwoPassInterval(long twoPassInterval) Set the twoPassInterval. |
public void | setTwoPassInterval(String twoPassInterval) Set the twoPassInterval. |
public void | setWriteStyle(String writeStyle) Set the writeStyle. |