Interface ECtransCallback
- All Known Implementing Classes:
DefaultCallback,MoverServer.ECproxyCallback
public interface ECtransCallback
The Interface ECtransCallback.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcompleted(TransferModule module) Completed.voidfailed(TransferModule module, String comment) Failed.Gets the ectrans setup.Gets the unique name.voidRetry.voidSets the MS user.
-
Method Details
-
getECtransSetup
-
getUniqueName
-
setMSUser
-
retry
-
completed
-
failed
Failed.- Parameters:
module- the modulecomment- the comment
-