Class ECtransProvider
java.lang.Object
ecmwf.common.ectrans.RemoteProvider
ecmwf.common.ectrans.ECtransProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deploy()
Deploy.abstract ECtransModule
getECtransModule
(String name) Gets the ectrans module.abstract ECUser
Gets the EC user.abstract MSUser
Gets the MS user.boolean
Checks if is granted.boolean
isGranted
(MSUser msuser, ECtransDestination destination) Checks if is granted.Methods inherited from class ecmwf.common.ectrans.RemoteProvider
decrypt, encrypt, getAllocateInterface, getDataInputFile, getDataInputStream, getDataOutputFile, getDataOutputStream, getECtransDestination, getNotificationInterface, getObject, getOriginalFilename, getRoot, loadTransferModule, onClose, unloadTransferModule, updateMSUser
-
Constructor Details
-
ECtransProvider
public ECtransProvider()
-
-
Method Details
-
deploy
public void deploy()Deploy. -
getMSUser
Gets the MS user.- Parameters:
ecuser
- the ecusermsuser
- the msuser- Returns:
- the MS user
- Throws:
ECtransException
- the ectrans exception
-
getECUser
-
getECtransModule
Gets the ectrans module.- Parameters:
name
- the name- Returns:
- the ectrans module
-
isGranted
-
isGranted
Checks if is granted.- Parameters:
msuser
- the msuserdestination
- the destination- Returns:
- true, if is granted
-