Class ECtransProvider
java.lang.Object
ecmwf.common.ectrans.RemoteProvider
ecmwf.common.ectrans.ECtransProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy()Deploy.abstract ECtransModulegetECtransModule(String name) Gets the ectrans module.abstract ECUserGets the EC user.abstract MSUserGets the MS user.booleanChecks if is granted.booleanisGranted(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
-