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 ECtransDestinationECtransHistory.ectransDestinationThe ectrans destination.protected ECtransDestinationMSUser.ectransDestinationThe 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 TypeMethodDescriptionvoidECtransHistory.setECtransDestination(ECtransDestination param) Sets the ectrans destination.voidMSUser.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 ECtransDestinationRemoteProvider.getECtransDestination(String name) Gets the ectrans destination.TransferModule.getECtransDestination()Gets the ectrans destination.Methods in ecmwf.common.ectrans with parameters of type ECtransDestinationModifier and TypeMethodDescriptionvoidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location) Async exec.voidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback) Async exec.booleanECtransContainer.close(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, String cookie, String location) Close.booleanECtransProvider.isGranted(MSUser msuser, ECtransDestination destination) Checks if is granted.voidECtransContainer.syncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, boolean interruptible) Sync exec.voidECtransContainer.syncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback, boolean interruptible) Sync exec.