Uses of Interface
net.datenwerke.rs.core.service.datasinkmanager.HostDatasink
Packages that use HostDatasink
Package
Description
-
Uses of HostDatasink in net.datenwerke.rs.ftp.service.ftp
Methods in net.datenwerke.rs.ftp.service.ftp with parameters of type HostDatasinkModifier and TypeMethodDescriptionvoidFtpSenderService.sendToFtpServer(StorageType storageType, Object data, HostDatasink basicDatasink, DatasinkConfiguration config) voidFtpSenderServiceImpl.sendToFtpServer(StorageType storageType, Object data, HostDatasink basicDatasink, DatasinkConfiguration config) -
Uses of HostDatasink in net.datenwerke.rs.ftp.service.ftp.definitions
Classes in net.datenwerke.rs.ftp.service.ftp.definitions that implement HostDatasinkModifier and TypeClassDescriptionclassUsed to define FTP datasinks that can be used in ReportServer to send reports to a given FTP server.classUsed to define FTPS datasinks that can be used in ReportServer to send reports to a given FTPS server.classUsed to define SFTP datasinks that can be used in ReportServer to send reports to a given SFTP server. -
Uses of HostDatasink in net.datenwerke.rs.samba.service.samba.definitions
Classes in net.datenwerke.rs.samba.service.samba.definitions that implement HostDatasinkModifier and TypeClassDescriptionclassUsed to define Samba datasinks that can be used in ReportServer to send reports to a given Samba server. -
Uses of HostDatasink in net.datenwerke.rs.scp.service.scp.definitions
Classes in net.datenwerke.rs.scp.service.scp.definitions that implement HostDatasinkModifier and TypeClassDescriptionclassUsed to define SCP datasinks that can be used in ReportServer to send reports to a given SCP server.