Uses of Class
ecmwf.common.ectrans.ECtransSetup
Packages that use ECtransSetup
Package
Description
-
Uses of ECtransSetup in ecmwf.common.ecaccess
Methods in ecmwf.common.ecaccess that return ECtransSetup -
Uses of ECtransSetup in ecmwf.common.ecauth
Constructors in ecmwf.common.ecauth with parameters of type ECtransSetupModifierConstructorDescriptionSSHSession(ECtransSetup setup, String hostname, int port, int sessionTimeOut, String login, String password, byte[] token, boolean debug) Instantiates a new SSH session. -
Uses of ECtransSetup in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return ECtransSetupModifier and TypeMethodDescriptionDefaultCallback.getECtransSetup()Gets the ectrans setup.ECtransCallback.getECtransSetup()Gets the ectrans setup.ECtransGroups.Module.getECtransSetup(String data, Pair<?>... parameters) Gets the ectrans setup.Allow getting a new instance with the added parameters provided.Methods in ecmwf.common.ectrans with parameters of type ECtransSetupModifier and TypeMethodDescriptionvoidFileModule.connect(String location, ECtransSetup setup) Connect.abstract voidTransferModule.connect(String location, ECtransSetup setup) Connect.intTransferModule.getPort(ECtransSetup setup) Gets the port from the setup.Constructors in ecmwf.common.ectrans with parameters of type ECtransSetupModifierConstructorDescriptionDefaultCallback(ECtransSetup setup) Instantiates a new default callback. -
Uses of ECtransSetup in ecmwf.common.ectrans.module
Methods in ecmwf.common.ectrans.module with parameters of type ECtransSetupModifier and TypeMethodDescriptionvoidAmazonS3Module.connect(String location, ECtransSetup setup) Connect.voidAzureModule.connect(String location, ECtransSetup setup) Connect.voidExecModule.connect(String dir, ECtransSetup setup) Connect.voidFtpModule.connect(String location, ECtransSetup setup) Connect.voidFtpsModule.connect(String location, ECtransSetup setup) Connect.voidGCSModule.connect(String location, ECtransSetup setup) Connect.voidHttpModule.connect(String location, ECtransSetup setup) Connect.voidJSftpModule.connect(String location, ECtransSetup setup) Connect.voidPortalModule.connect(String location, ECtransSetup setup) Connect.voidTestModule.connect(String location, ECtransSetup setup) Connect.intAmazonS3Module.getPort(ECtransSetup setup) Gets the port from the setup.intAzureModule.getPort(ECtransSetup setup) Gets the port from the setup.intFtpModule.getPort(ECtransSetup setup) Gets the port from the setup.intFtpsModule.getPort(ECtransSetup setup) Gets the port from the setup.intGCSModule.getPort(ECtransSetup setup) Gets the port from the setup.intHttpModule.getPort(ECtransSetup setup) Gets the port from the setup.intJSftpModule.getPort(ECtransSetup setup) Gets the port from the setup. -
Uses of ECtransSetup in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return ECtransSetupModifier and TypeMethodDescriptionIncomingProfile.getECtransSetup()Gets the incoming user setup. -
Uses of ECtransSetup in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover that return ECtransSetupModifier and TypeMethodDescriptionMoverProvider.UserDataSpace.getECtransSetup()Gets the ectrans setup.Methods in ecmwf.ecpds.mover with parameters of type ECtransSetupModifier and TypeMethodDescriptionvoidECauthModule.connect(String location, ECtransSetup setup) Connect.intECauthModule.getPort(ECtransSetup setup) Gets the port from the setup.