|
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.sftp.SFTP
public class SFTP
Interface class of SFTP (over SSH) external system (exposed to user collaboration);
| Constructor Summary | |
|---|---|
SFTP()
constructor |
|
SFTP(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; |
|
SFTP(com.stc.connector.framework.util.ConfigurationHelper p,
java.util.Map aParams)
constructor |
|
| Method Summary | |
|---|---|
com.stc.connector.appconn.common.ApplicationConnection |
getApplication()
|
SFTPClient |
getClient()
get the client instance associated with this OTD |
SFTPConfiguration |
getConfiguration()
return the current configuration for the OTD; |
void |
reset()
life cycle method, delegate to client method reset(); |
void |
setConfiguration(SFTPConfiguration c)
set the configuration for the OTD should not be called by the 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 SFTP()
public SFTP(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
acf - collabOID - connName - etdClassName -
public SFTP(com.stc.connector.framework.util.ConfigurationHelper p,
java.util.Map aParams)
throws java.lang.Exception
p - - configuration parameters;
java.lang.Exception| Method Detail |
|---|
public SFTPClient getClient()
public SFTPConfiguration getConfiguration()
public void setConfiguration(SFTPConfiguration c)
c -
public void reset()
throws java.lang.Exception
reset in interface SSHInterfacejava.lang.Exception
public void terminate()
throws java.lang.Exception
terminate in interface SSHInterfacejava.lang.Exceptionpublic 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 | ||||||||