|
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.scp.SCP
public class SCP
Interface class for SCP (over SSH) external system (exposed to user collaboration);
Constructor Summary | |
---|---|
SCP()
constructor |
|
SCP(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
|
|
SCP(com.stc.connector.framework.util.ConfigurationHelper p,
java.util.Map aParams)
constructor |
Method Summary | |
---|---|
com.stc.connector.appconn.common.ApplicationConnection |
getApplication()
|
SCPClient |
getClient()
get a SCP client instance associated with the OTD; |
SCPConfiguration |
getConfiguration()
get SCPConfiguration instance for the OTD; |
void |
reset()
life cycle method, delegate to client method reset(); |
void |
setConfiguration(SCPConfiguration c)
set the configuration for the OTD; |
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 SCP()
public SCP(com.stc.connector.appconn.common.ApplicationConnectionFactory acf, java.lang.String collabOID, java.lang.String connName, java.lang.String etdClassName)
public SCP(com.stc.connector.framework.util.ConfigurationHelper p, java.util.Map aParams) throws java.lang.Exception
p
- - configuration parameters;
java.lang.Exception
Method Detail |
---|
public SCPClient getClient()
public SCPConfiguration getConfiguration()
public void setConfiguration(SCPConfiguration c)
c
- public void reset() throws java.lang.Exception
reset
in interface SSHInterface
java.lang.Exception
public void terminate() throws java.lang.Exception
terminate
in interface SSHInterface
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 |