|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.batchadapter.appconn.ftps.FTPOverSSL
public class FTPOverSSL
OTD class for and FTP external system with SSL capability
Constructor Summary | |
---|---|
FTPOverSSL()
constructor for the OTD |
|
FTPOverSSL(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
constructor for creating manual mode application object; |
|
FTPOverSSL(com.stc.connector.framework.util.ConfigurationHelper p,
java.util.Map params)
constructor for the OTD |
Method Summary | |
---|---|
com.stc.connector.appconn.common.ApplicationConnection |
getApplication()
|
FTPOverSSLClient |
getClient()
get the client instance associated with the OTD |
FTPOverSSLConfiguration |
getConfiguration()
get the configuration instance for the OTD |
void |
reset()
life cycle method, delegate to client method reset(); |
void |
setConfiguration(FTPOverSSLConfiguration c)
set the configuration for the OTD should not be called by collaboration code; |
void |
terminate()
life cycle method, delegate to client method terminate(); |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FTPOverSSL()
public FTPOverSSL(com.stc.connector.appconn.common.ApplicationConnectionFactory acf, java.lang.String collabOID, java.lang.String connName, java.lang.String etdClassName)
acf
- collabOID
- connName
- etdClassName
- public FTPOverSSL(com.stc.connector.framework.util.ConfigurationHelper p, java.util.Map params) throws java.lang.Exception
p
- - the configuration parameters;
java.lang.Exception
Method Detail |
---|
public FTPOverSSLClient getClient()
public FTPOverSSLConfiguration getConfiguration()
public void setConfiguration(FTPOverSSLConfiguration c)
c
- public void reset() throws java.lang.Exception
java.lang.Exception
public void terminate() throws java.lang.Exception
java.lang.Exception
public com.stc.connector.appconn.common.ApplicationConnection getApplication()
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |