Uses of Class
ecmwf.common.database.ECtransModule
Packages that use ECtransModule
Package
Description
-
Uses of ECtransModule in ecmwf.common.database
Fields in ecmwf.common.database declared as ECtransModuleModifier and TypeFieldDescriptionprotected ECtransModuleECtransDestination.ectransModuleThe ectrans module.protected ECtransModuleTransferMethod.ectransModuleThe ectrans module.Methods in ecmwf.common.database that return ECtransModuleModifier and TypeMethodDescriptionDataGet.getECtransModule(String name) Gets the ectrans module.ECtransDestination.getECtransModule()Gets the ectrans module.TransferMethod.getECtransModule()Gets the ectrans module.DataGet.getECtransModuleArray()Gets the ectrans module array.DataGet.getECtransModuleObject(String name) Gets the ectrans module object.Methods in ecmwf.common.database with parameters of type ECtransModuleModifier and TypeMethodDescriptionvoidECtransDestination.setECtransModule(ECtransModule param) Sets the ectrans module.voidTransferMethod.setECtransModule(ECtransModule param) Sets the ectrans module. -
Uses of ECtransModule in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return ECtransModuleModifier and TypeMethodDescriptionabstract ECtransModuleECtransProvider.getECtransModule(String name) Gets the ectrans module.TransferModule.getECtransModule()Gets the ectrans module.Methods in ecmwf.common.ectrans with parameters of type ECtransModuleModifier and TypeMethodDescriptionRemoteProvider.loadTransferModule(ECtransModule module) Load transfer module. -
Uses of ECtransModule in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return ECtransModuleModifier and TypeMethodDescriptionDataBaseInterface.getECtransModule(String name) Gets the ectrans module.DataBaseInterface.getECtransModuleArray()Gets the ectrans module array.Methods in ecmwf.ecpds.master with parameters of type ECtransModuleModifier and TypeMethodDescriptionvoidManagementInterface.removeECtransModule(ECpdsSession session, ECtransModule module) Removes the ectrans module. -
Uses of ECtransModule in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type ECtransModuleModifierConstructorDescriptionprotectedEcTransModuleBean(ECtransModule module) Instantiates a new ec trans module bean.