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 MSUserAuthorizedECUser.msuserThe msuser.protected MSUserECtransHistory.msuserThe 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 MSUserGets the MS user.TransferModule.getMSUser()Gets the MS user.Methods in ecmwf.common.ectrans with parameters of type MSUserModifier 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.booleanChecks if is granted.booleanECtransProvider.isGranted(MSUser msuser, ECtransDestination destination) Checks if is granted.voidSets the MS user.voidSets the MS user.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.abstract voidRemoteProvider.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.