Uses of Class
ecmwf.common.database.MSUser
Packages that use MSUser
-
Uses of MSUser in ecmwf.common.database
Fields in ecmwf.common.database declared as MSUserModifier and TypeFieldDescriptionprotected MSUser
AuthorizedECUser.msuser
The msuser.protected MSUser
ECtransHistory.msuser
The msuser.Methods in ecmwf.common.database that return MSUserModifier and TypeMethodDescriptionAuthorizedECUser.getMSUser()
Gets the MS user.ECtransHistory.getMSUser()
Gets the MS user.Methods in ecmwf.common.database with parameters of type MSUser -
Uses of MSUser in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that return MSUserModifier and TypeMethodDescriptionECtransContainer.TransferURL.getMSUser()
Gets the MS user.abstract MSUser
Gets the MS user.TransferModule.getMSUser()
Gets the MS user.Methods in ecmwf.common.ectrans with parameters of type MSUserModifier 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
Checks if is granted.boolean
ECtransProvider.isGranted
(MSUser msuser, ECtransDestination destination) Checks if is granted.void
Sets the MS user.void
Sets the MS user.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.abstract void
RemoteProvider.updateMSUser
(MSUser msuser) Update ms user.Constructors in ecmwf.common.ectrans with parameters of type MSUserModifierConstructorDescriptionDefaultCallback
(RemoteProvider provider, MSUser msuser) Instantiates a new default callback.