Uses of Class
ecmwf.common.database.ECtransDestination
Packages that use ECtransDestination
-
Uses of ECtransDestination in ecmwf.common.database
Fields in ecmwf.common.database declared as ECtransDestinationModifier and TypeFieldDescriptionprotected ECtransDestination
ECtransHistory.ectransDestination
The ectrans destination.protected ECtransDestination
MSUser.ectransDestination
The ectrans destination.Methods in ecmwf.common.database that return ECtransDestinationModifier and TypeMethodDescriptionDataGet.getECtransDestination
(String name) Gets the ectrans destination.ECtransHistory.getECtransDestination()
Gets the ectrans destination.MSUser.getECtransDestination()
Gets the ectrans destination.DataGet.getECtransDestinationArray()
Gets the ectrans destination array.DataGet.getECtransDestinationObject
(String name) Gets the ectrans destination object.Methods in ecmwf.common.database with parameters of type ECtransDestinationModifier and TypeMethodDescriptionvoid
ECtransHistory.setECtransDestination
(ECtransDestination param) Sets the ectrans destination.void
MSUser.setECtransDestination
(ECtransDestination param) Sets the ectrans destination. -
Uses of ECtransDestination in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return ECtransDestinationModifier and TypeMethodDescriptionECtransContainer.TransferURL.getECtransDestination()
Gets the ectrans destination.abstract ECtransDestination
RemoteProvider.getECtransDestination
(String name) Gets the ectrans destination.TransferModule.getECtransDestination()
Gets the ectrans destination.Methods in ecmwf.common.ectrans with parameters of type ECtransDestinationModifier and TypeMethodDescriptionvoid
ECtransContainer.asyncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location) Async exec.void
ECtransContainer.asyncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback) Async exec.boolean
ECtransContainer.close
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, String cookie, String location) Close.boolean
ECtransProvider.isGranted
(MSUser msuser, ECtransDestination destination) Checks if is granted.void
ECtransContainer.syncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, boolean interruptible) Sync exec.void
ECtransContainer.syncExec
(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback, boolean interruptible) Sync exec.