Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcFileAreaLockedCallback


public interface CcFileAreaLockedCallback

Interface to permit applications to deal gracefully with FileAreaLockedExceptions. Applies to web views only - not dynamic views.


Nested Class Summary
static interface CcFileAreaLockedCallback.CcFileAreaLockInfo
          Information about a file area lock.
 
Method Summary
 boolean handleLockedFileArea(CcFileAreaLockedCallback.CcFileAreaLockInfo lockInfo)
          Notify the client about the occurrence of a CopyAreaLockedException.
 

Method Detail

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

Generated Mon 30-Jan-2017 04:26 PM

Copyright © IBM 2017. All rights reserved.