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 SftpService
java.io.IOException
public boolean isActive()
isActive
in interface SftpService
public boolean isShutdown()
isShutdown
in interface SftpService
public boolean isTerminated()
isTerminated
in interface SftpService
public void shutdown()
shutdown
in interface SftpService