|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axWriter
com.etasoft.trans.io.axFtpWriter
Ftp writer.
Constructor Summary | |
axFtpWriter(java.lang.String ftpPath,
axInputParameters inputParams)
Connect to FTP server and open output stream. |
Method Summary | |
void |
close()
Used. |
void |
open(java.lang.String ftpPath,
axInputParameters inputParams)
Open ftp connection for the writer. |
void |
write(char[] cbuf)
Used. |
void |
write(java.lang.String section,
java.util.HashMap tabFields,
boolean prepareSQL)
Write section and related elements or fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axFtpWriter(java.lang.String ftpPath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String ftpPath, axInputParameters inputParams) throws axException
open
in class axWriter
axException
public void close() throws axException
close
in class axWriter
axException
public void write(char[] cbuf) throws axException
write
in class axWriter
axException
public void write(java.lang.String section, java.util.HashMap tabFields, boolean prepareSQL) throws axException
write
in class axWriter
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |