Interface IReportDocumentLockManager
public interface IReportDocumentLockManager
-
Method Summary
Modifier and TypeMethodDescriptiontry to lock a file, onece the user get the lock of the file, it should synchronize the locker to read/write the report document.
-
Method Details
-
lock
try to lock a file, onece the user get the lock of the file, it should synchronize the locker to read/write the report document.- Parameters:
document
-- Returns:
- the locker.
- Throws:
org.eclipse.birt.core.exception.BirtException
-