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