Class ConnectionToRemoteServer
java.lang.Object
jp.ecuacion.tool.housekeepfiles.bean.ConnectionToRemoteServer
- Direct Known Subclasses:
ConnectionToSftpServer
Provides connection to remote server.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidProvides close connection implementation.
-
Constructor Details
-
ConnectionToRemoteServer
public ConnectionToRemoteServer()
-
-
Method Details
-
closeConnection
public abstract void closeConnection()Provides close connection implementation.
-