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 ECtransModule
ECtransDestination.ectransModule
The ectrans module.protected ECtransModule
TransferMethod.ectransModule
The 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 TypeMethodDescriptionvoid
ECtransDestination.setECtransModule
(ECtransModule param) Sets the ectrans module.void
TransferMethod.setECtransModule
(ECtransModule param) Sets the ectrans module. -
Uses of ECtransModule in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return ECtransModuleModifier and TypeMethodDescriptionabstract ECtransModule
ECtransProvider.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 TypeMethodDescriptionvoid
ManagementInterface.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 ECtransModuleModifierConstructorDescriptionprotected
EcTransModuleBean
(ECtransModule module) Instantiates a new ec trans module bean.