public class SftpServiceImpl extends java.lang.Object implements SftpService
| Constructor and Description | 
|---|
| SftpServiceImpl(<any> authenticatorProvider,
               <any> propertiesService,
               <any> entityManagerProvider,
               <any> unitOfWorkProvider,
               HookHandlerService hookhandler,
               <any> terminalServiceProvider,
               <any> rsSftpSubSystemFactory,
               <any> tempFileService,
               <any> keyLocation,
               <any> port,
               <any> sftpEnabled) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isActive() | 
| boolean | isShutdown() | 
| boolean | isTerminated() | 
| void | shutdown() | 
| void | start() | 
public SftpServiceImpl(<any> authenticatorProvider,
                       <any> propertiesService,
                       <any> entityManagerProvider,
                       <any> unitOfWorkProvider,
                       HookHandlerService hookhandler,
                       <any> terminalServiceProvider,
                       <any> rsSftpSubSystemFactory,
                       <any> tempFileService,
                       @Nullable
                       <any> keyLocation,
                       <any> port,
                       <any> sftpEnabled)
public void start()
           throws java.io.IOException
start in interface SftpServicejava.io.IOExceptionpublic boolean isActive()
isActive in interface SftpServicepublic boolean isShutdown()
isShutdown in interface SftpServicepublic boolean isTerminated()
isTerminated in interface SftpServicepublic void shutdown()
shutdown in interface SftpService