com.ibm.rational.wvcm.stp.cc
Interface CcFileAreaLockedCallback
public interface CcFileAreaLockedCallback
Interface to permit the GUI to deal gracefully with
CopyAreaLockedExceptions.
handleLockedFileArea
boolean handleLockedFileArea(CcFileAreaLockedCallback.CcFileAreaLockInfo lockInfo)
throws WvcmException
- Notify the client about the occurrence of a
CopyAreaLockedException. The client may decide
to break the lock. If so it should break the lock
using the
CcView.breakFileAreaLock(com.ibm.rational.wvcm.stp.cc.CcFileAreaLockedCallback.CcFileAreaLockInfo)
method.
- Parameters:
lockInfo
- Details about the lock.
- Returns:
- True if the lock was broken,
otherwise false.
- Throws:
WvcmException
Copyright © IBM 2015. All rights reserved.