Uses of Class
ecmwf.common.database.TransferMethod
Packages that use TransferMethod
Package
Description
-
Uses of TransferMethod in ecmwf.common.database
Fields in ecmwf.common.database declared as TransferMethodModifier and TypeFieldDescriptionprotected TransferMethod
Host.transferMethod
The transfer method.protected TransferMethod
TransferECUser.transferMethod
The transfer method.Fields in ecmwf.common.database with type parameters of type TransferMethodModifier and TypeFieldDescriptionprotected Set
<TransferMethod> DestinationBackup.methods
The methods.Methods in ecmwf.common.database that return TransferMethodModifier and TypeMethodDescriptionDataGet.getTransferMethod
(String name) Gets the transfer method.Host.getTransferMethod()
Gets the transfer method.TransferECUser.getTransferMethod()
Gets the transfer method.DataGet.getTransferMethodArray()
Gets the transfer method array.DataGet.getTransferMethodObject
(String name) Gets the transfer method object.Methods in ecmwf.common.database that return types with arguments of type TransferMethodModifier and TypeMethodDescriptionDestinationBackup.getMethods()
Gets the methods.ECpdsBase.getTransferMethodsByEcTransModuleName
(String ecTransModuleName) Gets the transfer methods by ec trans module name.Methods in ecmwf.common.database with parameters of type TransferMethodModifier and TypeMethodDescriptionvoid
Host.setTransferMethod
(TransferMethod param) Sets the transfer method.void
TransferECUser.setTransferMethod
(TransferMethod param) Sets the transfer method. -
Uses of TransferMethod in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return TransferMethodModifier and TypeMethodDescriptionDataBaseInterface.getTransferMethod
(String name) Gets the transfer method.DataBaseInterface.getTransferMethodArray()
Gets the transfer method array.Methods in ecmwf.ecpds.master that return types with arguments of type TransferMethodModifier and TypeMethodDescriptionDataBaseInterface.getTransferMethodsByEcTransModuleName
(String ecTransModuleName) Gets the transfer methods by ec trans module name.Methods in ecmwf.ecpds.master with parameters of type TransferMethodModifier and TypeMethodDescriptionvoid
ManagementInterface.removeTransferMethod
(ECpdsSession session, TransferMethod method) Removes the transfer method. -
Uses of TransferMethod in ecmwf.ecpds.master.plugin.http.dao.transfer
Constructors in ecmwf.ecpds.master.plugin.http.dao.transfer with parameters of type TransferMethodModifierConstructorDescriptionprotected
Instantiates a new transfer method bean.